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