2 instantiations of ConcurrentLruCache
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs (1)
18private static readonly ConcurrentLruCache<string, string> s_categoryToSeverityKeyMap = new ConcurrentLruCache<string, string>(50);
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\MetadataCache.cs (1)
21new ConcurrentLruCache<FileKey, Metadata>(CacheSize);
2 references to ConcurrentLruCache
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs (1)
18private static readonly ConcurrentLruCache<string, string> s_categoryToSeverityKeyMap = new ConcurrentLruCache<string, string>(50);
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\MetadataCache.cs (1)
20private readonly ConcurrentLruCache<FileKey, Metadata> _metadataCache =