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)
57this.ThreadingContext.ThrowIfNotOnUIThread(); 73this.ThreadingContext.ThrowIfNotOnUIThread(); 85this.ThreadingContext.ThrowIfNotOnUIThread(); 98this.ThreadingContext.ThrowIfNotOnUIThread(); 104this.ThreadingContext.ThrowIfNotOnUIThread(); 110this.ThreadingContext.ThrowIfNotOnUIThread(); 116this.ThreadingContext.ThrowIfNotOnUIThread();