3 references to GetRelatedDocumentIds
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Solution.cs (1)
1616=> this.SolutionState.GetRelatedDocumentIds(documentId, includeDifferentLanguages);
Workspace\Solution\SolutionCompilationState.cs (2)
1701var allDocumentIds = this.SolutionState.GetRelatedDocumentIds(documentId, includeDifferentLanguages); 1713var allDocumentIds = @this.SolutionState.GetRelatedDocumentIds(documentId, includeDifferentLanguages);