1 write to Computation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\Session.cs (1)
30this.Computation = computation;
14 references to Computation
Microsoft.CodeAnalysis.EditorFeatures (14)
IntelliSense\Session.cs (6)
38public TModel InitialUnfilteredModel { get { return this.Computation.InitialUnfilteredModel; } } 42Computation.ThreadingContext.ThrowIfNotOnUIThread(); 49Computation.ThreadingContext.ThrowIfNotOnUIThread(); 50this.Computation.Stop(); 57Computation.ThreadingContext.ThrowIfNotOnUIThread(); 58return Computation.WaitForModelComputation_ForTestingPurposesOnlyAsync();
SignatureHelp\Controller.Session.cs (2)
23this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 30this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_ComputeModel.cs (3)
31this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 38Computation.ChainTaskAndNotifyControllerWhenFinished( 55this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (3)
18this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 20Computation.ChainTaskAndNotifyControllerWhenFinished( 29this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();