1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\AbstractSignatureHelpCommandHandler.cs (1)
28ThreadingContext = threadingContext;
8 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
SignatureHelp\AbstractSignatureHelpCommandHandler.cs (1)
35this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (7)
65this.ThreadingContext.ThrowIfNotOnUIThread(); 81this.ThreadingContext.ThrowIfNotOnUIThread(); 93this.ThreadingContext.ThrowIfNotOnUIThread(); 106this.ThreadingContext.ThrowIfNotOnUIThread(); 112this.ThreadingContext.ThrowIfNotOnUIThread(); 118this.ThreadingContext.ThrowIfNotOnUIThread(); 124this.ThreadingContext.ThrowIfNotOnUIThread();