7 references to ThreadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
EventHookup\EventHookupSessionManager.cs (6)
44ThreadingContext.ThrowIfNotOnUIThread(); 50ThreadingContext.ThrowIfNotOnUIThread(); 62await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 154ThreadingContext.ThrowIfNotOnUIThread(); 172ThreadingContext.ThrowIfNotOnUIThread(); 189ThreadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
90_threadingContext = eventHookupSessionManager.ThreadingContext;