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