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