1 write to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
46ThreadingContext = threadingContext;
13 references to ThreadingContext
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (13)
Snippets\AbstractSnippetCommandHandler.cs (11)
63ThreadingContext.ThrowIfNotOnUIThread(); 94ThreadingContext.ThrowIfNotOnUIThread(); 111ThreadingContext.ThrowIfNotOnUIThread(); 128ThreadingContext.ThrowIfNotOnUIThread(); 145ThreadingContext.ThrowIfNotOnUIThread(); 162ThreadingContext.ThrowIfNotOnUIThread(); 179ThreadingContext.ThrowIfNotOnUIThread(); 196ThreadingContext.ThrowIfNotOnUIThread(); 213ThreadingContext.ThrowIfNotOnUIThread(); 225ThreadingContext.ThrowIfNotOnUIThread(); 247ThreadingContext.ThrowIfNotOnUIThread();
Snippets\CSharpSnippets\SnippetCommandHandler.cs (2)
51ThreadingContext.ThrowIfNotOnUIThread(); 63ThreadingContext.ThrowIfNotOnUIThread();