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 () => 113await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 124_threadingContext.ThrowIfNotOnUIThread(); 160_threadingContext.ThrowIfNotOnUIThread(); 166_threadingContext.ThrowIfNotOnUIThread(); 181_threadingContext.ThrowIfNotOnUIThread(); 191_threadingContext.ThrowIfNotOnUIThread(); 206_threadingContext.ThrowIfNotOnUIThread(); 230_threadingContext.ThrowIfNotOnUIThread();