1 instantiation of CacheEntry
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\ReflectionEmitCachingMemberAccessor.Cache.cs (1)
34
static (TKey key, Func<TKey, TValue> valueFactory) =>
new
(valueFactory(key)),
3 references to CacheEntry
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\ReflectionEmitCachingMemberAccessor.Cache.cs (3)
20
private readonly ConcurrentDictionary<TKey,
CacheEntry
> _cache = new();
31
CacheEntry
entry = _cache.GetOrAdd(
67
foreach (KeyValuePair<TKey,
CacheEntry
> kvp in _cache)