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