2 references to ProcessDocumentAnalyzersAsync
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (1)
201await _processor.ProcessDocumentAnalyzersAsync(document, analyzers, workItem, cancellationToken).ConfigureAwait(false);
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
310await Processor.ProcessDocumentAnalyzersAsync(textDocument, analyzers, workItem, cancellationToken).ConfigureAwait(false);