3 references to ThrowIfNotOnBackgroundThread
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\IDocumentProvider.cs (1)
26
_threadingContext.
ThrowIfNotOnBackgroundThread
();
SignatureHelp\Controller.Session_ComputeModel.cs (1)
55
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (1)
29
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();