7 references to ThreadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
EventHookup\EventHookupSessionManager.cs (6)
41ThreadingContext.ThrowIfNotOnUIThread(); 47ThreadingContext.ThrowIfNotOnUIThread(); 59await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 138ThreadingContext.ThrowIfNotOnUIThread(); 154ThreadingContext.ThrowIfNotOnUIThread(); 171ThreadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
93_threadingContext = eventHookupSessionManager.ThreadingContext;