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();
316
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
337
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
345
_threadingContext
.ThrowIfNotOnUIThread();
377
_threadingContext
.JoinableTaskFactory.Run(ShutdownAsync);
382
_threadingContext
.ThrowIfNotOnUIThread();
428
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();