9 instantiations of AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (3)
NavigationBar\NavigationBarController.cs (1)
103_selectItemQueue = new AsyncBatchingWorkQueue(
Remote\SolutionChecksumUpdater.cs (1)
66_synchronizeWorkspaceQueue = new AsyncBatchingWorkQueue(
Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs (1)
27_asyncDelay = new AsyncBatchingWorkQueue(
Microsoft.CodeAnalysis.Features (1)
Workspace\BackgroundCompiler.cs (1)
37_workQueue = new AsyncBatchingWorkQueue(
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
78_flushQueue = new AsyncBatchingWorkQueue(
Microsoft.VisualStudio.LanguageServices (4)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
75_workQueue = new AsyncBatchingWorkQueue(
Progression\GraphQueryManager.cs (1)
45_updateQueue = new AsyncBatchingWorkQueue(
SymbolSearch\AbstractDelayStartedService.cs (1)
66_optionChangedWorkQueue = new AsyncBatchingWorkQueue(
Workspace\SourceGeneratedFileManager.cs (1)
273_batchingWorkQueue = new AsyncBatchingWorkQueue(
9 references to AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (3)
NavigationBar\NavigationBarController.cs (1)
73private readonly AsyncBatchingWorkQueue _selectItemQueue;
Remote\SolutionChecksumUpdater.cs (1)
41private readonly AsyncBatchingWorkQueue _synchronizeWorkspaceQueue;
Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs (1)
18private readonly AsyncBatchingWorkQueue _asyncDelay;
Microsoft.CodeAnalysis.Features (1)
Workspace\BackgroundCompiler.cs (1)
20private readonly AsyncBatchingWorkQueue _workQueue;
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage_FlushWrites.cs (1)
17private readonly AsyncBatchingWorkQueue _flushQueue;
Microsoft.VisualStudio.LanguageServices (4)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
55private readonly AsyncBatchingWorkQueue _workQueue;
Progression\GraphQueryManager.cs (1)
35private readonly AsyncBatchingWorkQueue _updateQueue;
SymbolSearch\AbstractDelayStartedService.cs (1)
48private readonly AsyncBatchingWorkQueue _optionChangedWorkQueue;
Workspace\SourceGeneratedFileManager.cs (1)
235private readonly AsyncBatchingWorkQueue _batchingWorkQueue;