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