1 write to _pathToIndicesMap
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
62
_pathToIndicesMap
= CreatePathToIndexMap(_metadataReferences);
2 references to _pathToIndicesMap
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (2)
116
&&
_pathToIndicesMap
.ContainsKey(filePath);
123
if (filePath != null &&
_pathToIndicesMap
.TryGetValue(filePath, out var indices))