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