1 write to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
108_threadingContext = eventHookupSessionManager.ThreadingContext;
11 references to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (11)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (11)
61_threadingContext.ThrowIfNotOnUIThread(); 70_threadingContext.ThrowIfNotOnUIThread(); 79_threadingContext.ThrowIfNotOnUIThread(); 88_threadingContext.ThrowIfNotOnUIThread(); 95_threadingContext.ThrowIfNotOnUIThread(); 136await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 160_threadingContext.ThrowIfNotOnBackgroundThread(); 200_threadingContext.ThrowIfNotOnBackgroundThread(); 219_threadingContext.ThrowIfNotOnBackgroundThread(); 238_threadingContext.ThrowIfNotOnBackgroundThread(); 258_threadingContext.ThrowIfNotOnBackgroundThread();