11 references to ThrowIfNotOnBackgroundThread
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (5)
160
_threadingContext.
ThrowIfNotOnBackgroundThread
();
200
_threadingContext.
ThrowIfNotOnBackgroundThread
();
219
_threadingContext.
ThrowIfNotOnBackgroundThread
();
238
_threadingContext.
ThrowIfNotOnBackgroundThread
();
258
_threadingContext.
ThrowIfNotOnBackgroundThread
();
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\IDocumentProvider.cs (1)
31
_threadingContext.
ThrowIfNotOnBackgroundThread
();
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (1)
155
_threadingContext.
ThrowIfNotOnBackgroundThread
();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Controller.Session_ComputeModel.cs (1)
58
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();
Controller.Session_SetModelSelectedItem.cs (1)
31
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
SignatureHelp\Controller.Session_ComputeModel.cs (1)
58
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (1)
31
this.Computation.ThreadingContext.
ThrowIfNotOnBackgroundThread
();