1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Adornments\AbstractAdornmentManager.cs (1)
72_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Adornments\AbstractAdornmentManager.cs (2)
182_threadingContext.JoinableTaskFactory.WithPriority(TextView.VisualElement.Dispatcher, DispatcherPriority.Render).RunAsync(async () => 186await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true);