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