1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
63ThreadingContext = threadingContext;
11 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
IntelliSense\ModelComputation.cs (8)
41ThreadingContext.ThrowIfNotOnUIThread(); 78ThreadingContext.ThrowIfNotOnUIThread(); 87ThreadingContext.ThrowIfNotOnUIThread(); 97ThreadingContext.ThrowIfNotOnUIThread(); 113ThreadingContext.ThrowIfNotOnUIThread(); 133ThreadingContext.ThrowIfNotOnUIThread(); 158await ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _stopCancellationToken); 181this.ThreadingContext.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
42Computation.ThreadingContext.ThrowIfNotOnUIThread(); 49Computation.ThreadingContext.ThrowIfNotOnUIThread(); 57Computation.ThreadingContext.ThrowIfNotOnUIThread();