1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
50
ThreadingContext
= threadingContext;
20 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures (20)
IntelliSense\AbstractController.cs (8)
72
this.
ThreadingContext
.ThrowIfNotOnUIThread();
82
this.
ThreadingContext
.ThrowIfNotOnUIThread();
91
this.
ThreadingContext
.ThrowIfNotOnUIThread();
99
this.
ThreadingContext
.ThrowIfNotOnUIThread();
109
this.
ThreadingContext
.ThrowIfNotOnUIThread();
115
this.
ThreadingContext
.ThrowIfNotOnUIThread();
121
this.
ThreadingContext
.ThrowIfNotOnUIThread();
130
this.
ThreadingContext
.ThrowIfNotOnUIThread();
SignatureHelp\Controller.cs (5)
77
this.
ThreadingContext
.ThrowIfNotOnUIThread();
83
this.
ThreadingContext
.ThrowIfNotOnUIThread();
114
this.
ThreadingContext
.ThrowIfNotOnUIThread();
123
this.
ThreadingContext
.ThrowIfNotOnUIThread();
145
this.
ThreadingContext
.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session.cs (1)
16
: base(controller, new ModelComputation<Model>(controller.
ThreadingContext
, controller), presenterSession)
SignatureHelp\Controller_InvokeSignatureHelp.cs (2)
19
this.
ThreadingContext
.ThrowIfNotOnUIThread();
25
this.
ThreadingContext
.ThrowIfNotOnUIThread();
SignatureHelp\Controller_OnCaretPositionChanged.cs (1)
14
this.
ThreadingContext
.ThrowIfNotOnUIThread();
SignatureHelp\Controller_TypeChar.cs (3)
22
this.
ThreadingContext
.ThrowIfNotOnUIThread();
30
this.
ThreadingContext
.ThrowIfNotOnUIThread();
135
this.
ThreadingContext
.ThrowIfNotOnUIThread();