1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
80
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
Interactive\InteractiveEvaluator.cs (9)
117
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
119
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
130
_threadingContext
.ThrowIfNotOnUIThread();
166
_threadingContext
.ThrowIfNotOnUIThread();
172
_threadingContext
.ThrowIfNotOnUIThread();
187
_threadingContext
.ThrowIfNotOnUIThread();
197
_threadingContext
.ThrowIfNotOnUIThread();
212
_threadingContext
.ThrowIfNotOnUIThread();
236
_threadingContext
.ThrowIfNotOnUIThread();