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)
112await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 118_threadingContext.ThrowIfNotOnUIThread(); 323await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 344await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 352_threadingContext.ThrowIfNotOnUIThread(); 384_threadingContext.JoinableTaskFactory.Run(ShutdownAsync); 389_threadingContext.ThrowIfNotOnUIThread(); 435await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();