1 write to _uiUpdateQueue
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
111_uiUpdateQueue = new AsyncBatchingWorkQueue<UIUpdateRequest>(
3 references to _uiUpdateQueue
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (3)
29/// What sort of UI update request we've enqueued to <see cref="_uiUpdateQueue"/>. This effectively is just a 124=> _uiUpdateQueue.AddWork(UIUpdateRequest.DismissTooltip); 130=> _uiUpdateQueue.AddWork(UIUpdateRequest.UpdateTooltip);