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)
110await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 116_threadingContext.ThrowIfNotOnUIThread(); 321await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 342await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 350_threadingContext.ThrowIfNotOnUIThread(); 382_threadingContext.JoinableTaskFactory.Run(ShutdownAsync); 387_threadingContext.ThrowIfNotOnUIThread(); 433await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();