2 writes to HasResult
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
402
HasResult
= typeInfo is not null;
408
HasResult
= true;
5 references to HasResult
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (5)
263
return fallBackToNearestAncestorType && !entry.
HasResult
305
Debug.Assert(!entry.
HasResult
);
330
Debug.Assert(!entry.
HasResult
);
344
if (candidate.
HasResult
)
355
if (interfaceEntry.
HasResult
)