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