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