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