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)
52
var 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)>(