2 references to CachingContext
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
419
return new
CachingContext
(options, hashCode);
429
var ctx = new
CachingContext
(options, hashCode);