16 references to ThreadingContext
Microsoft.VisualStudio.LanguageServices (13)
Snippets\AbstractSnippetCommandHandler.cs (13)
57this.ThreadingContext.ThrowIfNotOnUIThread(); 88this.ThreadingContext.ThrowIfNotOnUIThread(); 110this.ThreadingContext.ThrowIfNotOnUIThread(); 125this.ThreadingContext.ThrowIfNotOnUIThread(); 141this.ThreadingContext.ThrowIfNotOnUIThread(); 158this.ThreadingContext.ThrowIfNotOnUIThread(); 174this.ThreadingContext.ThrowIfNotOnUIThread(); 191this.ThreadingContext.ThrowIfNotOnUIThread(); 207this.ThreadingContext.ThrowIfNotOnUIThread(); 224this.ThreadingContext.ThrowIfNotOnUIThread(); 236this.ThreadingContext.ThrowIfNotOnUIThread(); 254this.ThreadingContext.ThrowIfNotOnUIThread(); 286var textManager = this.ThreadingContext.JoinableTaskFactory.Run(() => _textManager.GetValueOrNullAsync(CancellationToken.None));
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Snippets\SnippetCommandHandler.cs (3)
52this.ThreadingContext.ThrowIfNotOnUIThread(); 64this.ThreadingContext.ThrowIfNotOnUIThread(); 87this.ThreadingContext.ThrowIfNotOnUIThread();