3 references to Analyzers
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (3)
85
if (
Analyzers
.IsEmpty)
130
Debug.Assert(!
Analyzers
.IsEmpty);
149
await ProcessDocumentAsync(solution,
Analyzers
, workItem, documentCancellation).ConfigureAwait(false);