2 references to GetDocumentIdsWithFilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Solution.cs (1)
1694
public ImmutableArray<DocumentId> GetDocumentIdsWithFilePath(string? filePath) => this.SolutionState.
GetDocumentIdsWithFilePath
(filePath);
Workspace\Solution\SolutionState.cs (1)
1341
var documentIds =
GetDocumentIdsWithFilePath
(filePath);