2 references to EnqueueWorkItemAsync
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
186await _processor.EnqueueWorkItemAsync(solution.GetRequiredProject(documentId.ProjectId), documentId, document: null).ConfigureAwait(false); 444await EnqueueWorkItemAsync(project, documentId, document: null).ConfigureAwait(false);