3 references to ConcurrentCache
Microsoft.CodeAnalysis (1)
Emit\DebugDocumentsBuilder.cs (1)
33
_normalizedPathsCache = new
ConcurrentCache
<(string, string?), string>(16);
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.cs (1)
75
_binderCache = new
ConcurrentCache
<BinderCacheKey, Binder>(50);
Symbols\SubstitutedNamedTypeSymbol.cs (1)
331
(_lazyMembersByNameCache = new
ConcurrentCache
<string, ImmutableArray<Symbol>>(8));