2 references to EnqueueWorkItemAsync
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
245
await
EnqueueWorkItemAsync
(projectChanges, processSourceGeneratedDocuments).ConfigureAwait(continueOnCapturedContext: false);
275
await
EnqueueWorkItemAsync
(newProject.GetChanges(oldProject), processSourceGeneratedDocuments).ConfigureAwait(false);