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