3 references to GetRequiredDocument
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\WorkCoordinator.cs (1)
473GetRequiredDocument(project, documentId, document), _shutdownToken).ConfigureAwait(false);
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
326=> WorkCoordinator.GetRequiredDocument(Project, _documentId, _document); 397var isLowPriority = priorityService != null && await priorityService.IsLowPriorityAsync(GetRequiredDocument(project, documentId, document), CancellationToken).ConfigureAwait(false);