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 () => 114await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 125_threadingContext.ThrowIfNotOnUIThread(); 161_threadingContext.ThrowIfNotOnUIThread(); 167_threadingContext.ThrowIfNotOnUIThread(); 182_threadingContext.ThrowIfNotOnUIThread(); 192_threadingContext.ThrowIfNotOnUIThread(); 207_threadingContext.ThrowIfNotOnUIThread(); 231_threadingContext.ThrowIfNotOnUIThread();