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