2 writes to HasResult
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
401
HasResult
= typeInfo is not null;
407
HasResult
= true;
5 references to HasResult
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (5)
262
return fallBackToNearestAncestorType && !entry.
HasResult
304
Debug.Assert(!entry.
HasResult
);
329
Debug.Assert(!entry.
HasResult
);
343
if (candidate.
HasResult
)
354
if (interfaceEntry.
HasResult
)