1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
64ThreadingContext = threadingContext;
23 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (11)
IntelliSense\ModelComputation.cs (8)
42ThreadingContext.ThrowIfNotOnUIThread(); 79ThreadingContext.ThrowIfNotOnUIThread(); 88ThreadingContext.ThrowIfNotOnUIThread(); 98ThreadingContext.ThrowIfNotOnUIThread(); 114ThreadingContext.ThrowIfNotOnUIThread(); 134ThreadingContext.ThrowIfNotOnUIThread(); 159await ThreadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _stopCancellationToken); 182this.ThreadingContext.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
43Computation.ThreadingContext.ThrowIfNotOnUIThread(); 50Computation.ThreadingContext.ThrowIfNotOnUIThread(); 58Computation.ThreadingContext.ThrowIfNotOnUIThread();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (6)
Controller.Session.cs (2)
25this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 32this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
Controller.Session_ComputeModel.cs (2)
33this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Controller.Session_SetModelSelectedItem.cs (2)
20this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
SignatureHelp\Controller.Session.cs (2)
25this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 32this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_ComputeModel.cs (2)
33this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (2)
20this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();