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