12 references to AddWork
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (3)
77_workQueue.AddWork(project.Id); 102_workQueue.AddWork(project.Id); 245service._workQueue.AddWork(projectId);
Notification\AbstractGlobalOperationNotificationService.cs (2)
74_eventQueue.AddWork(true); 91_eventQueue.AddWork(false);
src\Dependencies\Threading\AsyncBatchingWorkQueue`0.cs (1)
27=> AddWork(default(VoidResult), cancelExistingWork);
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
57/// langword="true"/> to <see cref="AddWork(TItem, bool)"/>. Work in the queue that has not started will be
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
70fileReferenceChangeContext.FileChanged += (s, e) => _workQueue.AddWork(e);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1246_fileChangesToProcess.AddWork(fullFilePath);
Workspace\Solution\VersionSource\RecoverableTextAndVersion.RecoverableText.cs (1)
145s_saveQueue.AddWork((this, instance));
Workspace\Workspace.cs (1)
609_eventHandlerWorkQueue.AddWork((args, handlerSet));
Workspace\Workspace_SourceGeneration.cs (1)
32=> _updateSourceGeneratorsQueue.AddWork((projectId, forceRegeneration));