2 references to TryGetContext
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
437
if (
TryGetContext
(options, hashCode, out int firstUnpopulatedIndex, out CachingContext? result))
449
if (
TryGetContext
(options, hashCode, out firstUnpopulatedIndex, out result))