1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
79
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
Interactive\InteractiveEvaluator.cs (9)
116
_ =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
118
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
129
_threadingContext
.ThrowIfNotOnUIThread();
165
_threadingContext
.ThrowIfNotOnUIThread();
171
_threadingContext
.ThrowIfNotOnUIThread();
186
_threadingContext
.ThrowIfNotOnUIThread();
196
_threadingContext
.ThrowIfNotOnUIThread();
211
_threadingContext
.ThrowIfNotOnUIThread();
235
_threadingContext
.ThrowIfNotOnUIThread();