2 references to EnqueueWorkItemAsync
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingSemanticChangeProcessor.cs (2)
187
await _processor.
EnqueueWorkItemAsync
(solution.GetRequiredProject(documentId.ProjectId), documentId, document: null).ConfigureAwait(false);
436
await
EnqueueWorkItemAsync
(project, documentId, document: null).ConfigureAwait(false);