4 references to _cache
System.Text.Json (4)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (4)
258
public int Count =>
_cache
.Count;
270
_cache
.TryGetValue(type, out CacheEntry? entry);
277
_cache
.Clear();
283
return
_cache
.GetOrAdd(type, CreateCacheEntry, this);