1 instantiation of ConcurrentCache
Test.Utilities (1)
WellKnownTypeProvider.cs (1)
87
ref _getTypesCache, static () => new
ConcurrentCache
<string, ImmutableArray<INamedTypeSymbol>>(50, ReferenceEqualityComparer.Instance))!;
3 references to ConcurrentCache
Test.Utilities (3)
ConcurrentCache`2.cs (1)
10
internal sealed class ConcurrentCache<TKey, TValue> : CachingBase<
ConcurrentCache
<TKey, TValue>.Entry>
WellKnownTypeProvider.cs (2)
66
private
ConcurrentCache
<string, ImmutableArray<INamedTypeSymbol>>? _getTypesCache;
86
var
getTypesCache = LazyInitializer.EnsureInitialized(