5 references to WaitUntilCurrentBatchCompletesAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
NavigationBar\NavigationBarController.cs (1)
310=> _navigationBarController._computeModelQueue.WaitUntilCurrentBatchCompletesAsync();
NavigationBar\NavigationBarController_ModelComputation.cs (1)
122var model = await _computeModelQueue.WaitUntilCurrentBatchCompletesAsync().ConfigureAwait(true);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`1.cs (1)
48=> base.WaitUntilCurrentBatchCompletesAsync();
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (2)
117var model = await _computeDataModelQueue.WaitUntilCurrentBatchCompletesAsync().ConfigureAwait(false); 156var model = await _filterAndSortDataModelQueue.WaitUntilCurrentBatchCompletesAsync().ConfigureAwait(false);