1 write to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
94_threadingContext = eventHookupSessionManager.ThreadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (12)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (12)
55_threadingContext.ThrowIfNotOnUIThread(); 64_threadingContext.ThrowIfNotOnUIThread(); 73_threadingContext.ThrowIfNotOnUIThread(); 80_threadingContext.ThrowIfNotOnUIThread(); 95_threadingContext.ThrowIfNotOnUIThread(); 117await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 134_threadingContext.ThrowIfNotOnUIThread(); 150_threadingContext.ThrowIfNotOnBackgroundThread(); 189_threadingContext.ThrowIfNotOnBackgroundThread(); 208_threadingContext.ThrowIfNotOnBackgroundThread(); 221_threadingContext.ThrowIfNotOnBackgroundThread(); 243_threadingContext.ThrowIfNotOnBackgroundThread();