2 references to EnqueueWorkItemAsync
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.cs (2)
292
await
EnqueueWorkItemAsync
(projectChanges).ConfigureAwait(continueOnCapturedContext: false);
326
await
EnqueueWorkItemAsync
(newProject.GetChanges(oldProject)).ConfigureAwait(false);