2 references to GetFirstDocumentIdWithFilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionState.cs (2)
1309
var siblingDocumentId = relatedProject.
GetFirstDocumentIdWithFilePath
(filePath);
1321
var siblingDocumentId = siblingProjectState.
GetFirstDocumentIdWithFilePath
(filePath);