2 writes to HasResult
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
377
HasResult
= typeInfo is not null;
383
HasResult
= true;
5 references to HasResult
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (5)
238
return fallBackToNearestAncestorType && !entry.
HasResult
280
Debug.Assert(!entry.
HasResult
);
305
Debug.Assert(!entry.
HasResult
);
319
if (candidate.
HasResult
)
330
if (interfaceEntry.
HasResult
)