4 references to AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController.cs (1)
96_computeModelQueue = new AsyncBatchingWorkQueue<bool, NavigationBarModel?>(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`1.cs (1)
36: base(delay, Convert(processBatchAsync), equalityComparer, asyncListener, cancellationToken)
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl.xaml.cs (2)
103_computeDataModelQueue = new AsyncBatchingWorkQueue<bool, DocumentSymbolDataModel?>( 110_filterAndSortDataModelQueue = new AsyncBatchingWorkQueue<bool, DocumentSymbolDataModel?>(