3 references to _resolvedToOriginalPathMap
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (3)
181
_ =
_resolvedToOriginalPathMap
.TryAdd(resolvedPath, originalPath);
292
if (!
_resolvedToOriginalPathMap
.TryGetValue(resolvedPath, out originalPath))
395
return
_resolvedToOriginalPathMap
.Select(x => (x.Value, x.Key)).ToImmutableArray();