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)
111await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 117_threadingContext.ThrowIfNotOnUIThread(); 322await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 343await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 351_threadingContext.ThrowIfNotOnUIThread(); 383_threadingContext.JoinableTaskFactory.Run(ShutdownAsync); 388_threadingContext.ThrowIfNotOnUIThread(); 434await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();