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