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