1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
53ThreadingContext = threadingContext;
9 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (9)
IntelliSense\ModelComputation.cs (6)
67ThreadingContext.ThrowIfNotOnUIThread(); 76ThreadingContext.ThrowIfNotOnUIThread(); 89ThreadingContext.ThrowIfNotOnUIThread(); 102ThreadingContext.ThrowIfNotOnUIThread(); 126await ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _stopCancellationToken); 157this.ThreadingContext.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
43Computation.ThreadingContext.ThrowIfNotOnUIThread(); 50Computation.ThreadingContext.ThrowIfNotOnUIThread(); 58Computation.ThreadingContext.ThrowIfNotOnUIThread();