1 write to _normalizedPathsCache
Microsoft.CodeAnalysis (1)
Emit\DebugDocumentsBuilder.cs (1)
33
_normalizedPathsCache
= new ConcurrentCache<(string, string?), string>(16);
2 references to _normalizedPathsCache
Microsoft.CodeAnalysis (2)
Emit\DebugDocumentsBuilder.cs (2)
72
if (!
_normalizedPathsCache
.TryGetValue(key, out normalizedPath))
75
_normalizedPathsCache
.TryAdd(key, normalizedPath);