1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
KeybindingReset\KeybindingResetDetector.cs (1)
96
_threadingContext
= threadingContext;
8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
KeybindingReset\KeybindingResetDetector.cs (8)
110
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
116
_threadingContext
.ThrowIfNotOnUIThread();
321
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
342
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
350
_threadingContext
.ThrowIfNotOnUIThread();
382
_threadingContext
.JoinableTaskFactory.Run(ShutdownAsync);
387
_threadingContext
.ThrowIfNotOnUIThread();
433
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();