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