10 references to AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (2)
Remote\SolutionChecksumUpdater.cs (1)
57_textChangeQueue = new AsyncBatchingWorkQueue<(Document? oldDocument, Document? newDocument)>(
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
38_eventQueue = new AsyncBatchingWorkQueue<WorkspaceChangeEventArgs>(
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\ImportCompletionProvider\AbstractImportCompletionCacheServiceFactory.cs (1)
52var workQueue = new AsyncBatchingWorkQueue<Project>(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
93_workQueue = new AsyncBatchingWorkQueue<SumType<VSInternalReferenceItem, LSP.Location>>(
Microsoft.VisualStudio.LanguageServices (6)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
81_projectSystemNotificationQueue = new AsyncBatchingWorkQueue<DesignerAttributeData>(
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
117_highlightExpandAndPresentItemsQueue = new AsyncBatchingWorkQueue<ExpansionOption>(
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
160_progressQueue = new AsyncBatchingWorkQueue<(int current, int maximum)>(
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (1)
43_logItemsQueue = new AsyncBatchingWorkQueue<string?>(
ProjectSystem\FileChangeWatcher.cs (1)
49_taskQueue = new AsyncBatchingWorkQueue<WatcherOperation>(
TaskList\VisualStudioTaskListService.cs (1)
70_workQueue = new AsyncBatchingWorkQueue<(DocumentId documentId, ImmutableArray<TaskListItem> items)>(