3 references to ConcurrentLruCache
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs (1)
17private static readonly ConcurrentLruCache<string, string> s_categoryToSeverityKeyMap = new ConcurrentLruCache<string, string>(50);
InternalUtilities\ConcurrentLruCache.cs (1)
51: this(array.Length)
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\MetadataCache.cs (1)
21new ConcurrentLruCache<FileKey, Metadata>(CacheSize);