1 write to Computation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\Session.cs (1)
31this.Computation = computation;
22 references to Computation
Microsoft.CodeAnalysis.EditorFeatures (6)
IntelliSense\Session.cs (6)
39public TModel InitialUnfilteredModel { get { return this.Computation.InitialUnfilteredModel; } } 43Computation.ThreadingContext.ThrowIfNotOnUIThread(); 50Computation.ThreadingContext.ThrowIfNotOnUIThread(); 51this.Computation.Stop(); 58Computation.ThreadingContext.ThrowIfNotOnUIThread(); 59return Computation.WaitForController();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (8)
Controller.Session.cs (2)
25this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 32this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
Controller.Session_ComputeModel.cs (3)
33this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 40Computation.ChainTaskAndNotifyControllerWhenFinished( 58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Controller.Session_SetModelSelectedItem.cs (3)
20this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 22Computation.ChainTaskAndNotifyControllerWhenFinished( 31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
SignatureHelp\Controller.Session.cs (2)
25this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 32this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_ComputeModel.cs (3)
33this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 40Computation.ChainTaskAndNotifyControllerWhenFinished( 58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (3)
20this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 22Computation.ChainTaskAndNotifyControllerWhenFinished( 31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();