2 references to ConcurrentLruCache
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerOptionsExtensions.cs (1)
17
private static readonly ConcurrentLruCache<string, string> s_categoryToSeverityKeyMap = new
ConcurrentLruCache
<string, string>(50);
InternalUtilities\ConcurrentLruCache.cs (1)
51
:
this
(array.Length)