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