7 references to ThrowIfNotOnBackgroundThread
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (4)
167
_threadingContext.
ThrowIfNotOnBackgroundThread
();
186
_threadingContext.
ThrowIfNotOnBackgroundThread
();
199
_threadingContext.
ThrowIfNotOnBackgroundThread
();
221
_threadingContext.
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
();