1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
KeybindingReset\KeybindingResetDetector.cs (1)
98
_threadingContext
= threadingContext;
8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
KeybindingReset\KeybindingResetDetector.cs (8)
112
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
118
_threadingContext
.ThrowIfNotOnUIThread();
323
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
344
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
352
_threadingContext
.ThrowIfNotOnUIThread();
384
_threadingContext
.JoinableTaskFactory.Run(ShutdownAsync);
389
_threadingContext
.ThrowIfNotOnUIThread();
435
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();