1 write to ThreadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager.cs (1)
45ThreadingContext = threadingContext;
5 references to ThreadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
EventHookup\EventHookupSessionManager.cs (4)
52ThreadingContext.ThrowIfNotOnUIThread(); 126ThreadingContext.ThrowIfNotOnUIThread(); 149ThreadingContext.ThrowIfNotOnUIThread(); 166ThreadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
108_threadingContext = eventHookupSessionManager.ThreadingContext;