2 writes to HasResult
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
371
HasResult
= typeInfo is not null;
377
HasResult
= true;
5 references to HasResult
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (5)
232
return fallBackToNearestAncestorType && !entry.
HasResult
274
Debug.Assert(!entry.
HasResult
);
299
Debug.Assert(!entry.
HasResult
);
313
if (candidate.
HasResult
)
324
if (interfaceEntry.
HasResult
)