1 write to Computation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\Session.cs (1)
31this.Computation = computation;
6 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.WaitForModelComputation_ForTestingPurposesOnlyAsync();