6 references to AddWork
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
143
AddWork
(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());