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();
117
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
134
_threadingContext
.ThrowIfNotOnUIThread();
150
_threadingContext
.ThrowIfNotOnBackgroundThread();
189
_threadingContext
.ThrowIfNotOnBackgroundThread();
208
_threadingContext
.ThrowIfNotOnBackgroundThread();
221
_threadingContext
.ThrowIfNotOnBackgroundThread();
243
_threadingContext
.ThrowIfNotOnBackgroundThread();