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();