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