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