1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
KeybindingReset\KeybindingResetDetector.cs (1)
97
_threadingContext
= threadingContext;
8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
KeybindingReset\KeybindingResetDetector.cs (8)
111
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
117
_threadingContext
.ThrowIfNotOnUIThread();
322
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
343
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
351
_threadingContext
.ThrowIfNotOnUIThread();
383
_threadingContext
.JoinableTaskFactory.Run(ShutdownAsync);
388
_threadingContext
.ThrowIfNotOnUIThread();
434
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();