6 references to AddWork
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
143AddWork(items, cancelExistingWork);
Microsoft.VisualStudio.LanguageServices (2)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
318_projectSystemNotificationQueue.AddWork(data);
ProjectSystem\FileChangeWatcher.cs (1)
396_fileChangeWatcher._taskQueue.AddWork(watchedDirectories.Select(
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\ProjectCodeModelFactory.cs (3)
181_documentsToFireEventsFor.AddWork(project.DocumentIds); 185_documentsToFireEventsFor.AddWork(projectChange.GetRemovedDocuments()); 186_documentsToFireEventsFor.AddWork(projectChange.GetChangedDocuments());