1 type derived from BoundedCacheWithFactory
Test.Utilities (1)
BoundedCache.cs (1)
10internal sealed class BoundedCache<TKey, TValue> : BoundedCacheWithFactory<TKey, TValue>
2 instantiations of BoundedCacheWithFactory
Test.Utilities (2)
SymbolDisplayStringCache.cs (1)
17private static readonly BoundedCacheWithFactory<Compilation, ConcurrentDictionary<SymbolDisplayFormat, SymbolDisplayStringCache>> s_byCompilationCache = new();
WellKnownTypeProvider.cs (1)
24private static readonly BoundedCacheWithFactory<Compilation, WellKnownTypeProvider> s_providerCache = new();
2 references to BoundedCacheWithFactory
Test.Utilities (2)
SymbolDisplayStringCache.cs (1)
17private static readonly BoundedCacheWithFactory<Compilation, ConcurrentDictionary<SymbolDisplayFormat, SymbolDisplayStringCache>> s_byCompilationCache = new();
WellKnownTypeProvider.cs (1)
24private static readonly BoundedCacheWithFactory<Compilation, WellKnownTypeProvider> s_providerCache = new();