1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingToolWindow.cs (1)
65
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ValueTracking\ValueTrackingToolWindow.cs (3)
19
[MemberNotNullWhen(returnValue: true, nameof(_workspace), nameof(
_threadingContext
), nameof(ViewModel))]
77
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
79
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();