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