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?>(