1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
77
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
Interactive\InteractiveEvaluator.cs (9)
112
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
114
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
125
_threadingContext
.ThrowIfNotOnUIThread();
161
_threadingContext
.ThrowIfNotOnUIThread();
167
_threadingContext
.ThrowIfNotOnUIThread();
182
_threadingContext
.ThrowIfNotOnUIThread();
192
_threadingContext
.ThrowIfNotOnUIThread();
207
_threadingContext
.ThrowIfNotOnUIThread();
231
_threadingContext
.ThrowIfNotOnUIThread();