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();
136
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
160
_threadingContext
.ThrowIfNotOnBackgroundThread();
200
_threadingContext
.ThrowIfNotOnBackgroundThread();
219
_threadingContext
.ThrowIfNotOnBackgroundThread();
238
_threadingContext
.ThrowIfNotOnBackgroundThread();
258
_threadingContext
.ThrowIfNotOnBackgroundThread();