1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
76
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (9)
Interactive\InteractiveEvaluator.cs (9)
111
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
113
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
124
_threadingContext
.ThrowIfNotOnUIThread();
160
_threadingContext
.ThrowIfNotOnUIThread();
166
_threadingContext
.ThrowIfNotOnUIThread();
181
_threadingContext
.ThrowIfNotOnUIThread();
191
_threadingContext
.ThrowIfNotOnUIThread();
206
_threadingContext
.ThrowIfNotOnUIThread();
230
_threadingContext
.ThrowIfNotOnUIThread();