2 references to _lazyFilePathToRelatedDocumentIds
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.cs (2)
1191
return
_lazyFilePathToRelatedDocumentIds
.GetOrAdd(filePath, ComputeDocumentIdsWithFilePath, this);
1269
var fileMap =
_lazyFilePathToRelatedDocumentIds
;