4 references to _knownAssemblyPathsBySimpleName
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (4)
142
if (!
_knownAssemblyPathsBySimpleName
.TryGetValue(simpleName, out var paths))
145
_knownAssemblyPathsBySimpleName
.Add(simpleName, paths);
149
_knownAssemblyPathsBySimpleName
[simpleName] = paths.Add(fullPath);
311
if (!
_knownAssemblyPathsBySimpleName
.TryGetValue(requestedName.Name, out paths))