7 references to ThreadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
EventHookup\EventHookupSessionManager.cs (6)
39ThreadingContext.ThrowIfNotOnUIThread(); 45ThreadingContext.ThrowIfNotOnUIThread(); 57await this.ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 136ThreadingContext.ThrowIfNotOnUIThread(); 152ThreadingContext.ThrowIfNotOnUIThread(); 169ThreadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
90_threadingContext = eventHookupSessionManager.ThreadingContext;