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