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)
72if (!_normalizedPathsCache.TryGetValue(key, out normalizedPath)) 75_normalizedPathsCache.TryAdd(key, normalizedPath);