1 type derived from BoundedCacheWithFactory
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\BoundedCache.cs (1)
12
internal sealed class BoundedCache<TKey, TValue> :
BoundedCacheWithFactory
<TKey, TValue>
2 instantiations of BoundedCacheWithFactory
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SymbolDisplayStringCache.cs (1)
19
private static readonly BoundedCacheWithFactory<Compilation, ConcurrentDictionary<SymbolDisplayFormat, SymbolDisplayStringCache>> s_byCompilationCache =
new
();
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
25
private static readonly BoundedCacheWithFactory<Compilation, WellKnownTypeProvider> s_providerCache =
new
();
2 references to BoundedCacheWithFactory
Roslyn.Diagnostics.Analyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SymbolDisplayStringCache.cs (1)
19
private static readonly
BoundedCacheWithFactory
<Compilation, ConcurrentDictionary<SymbolDisplayFormat, SymbolDisplayStringCache>> s_byCompilationCache = new();
src\RoslynAnalyzers\Utilities\Compiler\WellKnownTypeProvider.cs (1)
25
private static readonly
BoundedCacheWithFactory
<Compilation, WellKnownTypeProvider> s_providerCache = new();