1 write to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler.cs (1)
62_threadingContext = threadingContext;
11 references to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (11)
EventHookup\EventHookupCommandHandler_SessionCancellingCommands.cs (2)
21_threadingContext.ThrowIfNotOnUIThread(); 28_threadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (6)
42_threadingContext.ThrowIfNotOnUIThread(); 61_threadingContext.ThrowIfNotOnUIThread(); 74_threadingContext.ThrowIfNotOnUIThread(); 113_threadingContext.ThrowIfNotOnUIThread(); 159_threadingContext.ThrowIfNotOnUIThread(); 295_threadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupCommandHandler_TypeCharCommand.cs (3)
23_threadingContext.ThrowIfNotOnUIThread(); 61_threadingContext.ThrowIfNotOnUIThread(); 75_threadingContext.ThrowIfNotOnUIThread();