2 references to ProcessProjectAsync
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (2)
63
await
ProcessProjectAsync
(Analyzers, workItem, projectCancellation).ConfigureAwait(false);
218
_lowPriorityProcessor.
ProcessProjectAsync
(analyzers, item, CancellationToken.None).Wait();