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)
58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Controller.Session_SetModelSelectedItem.cs (1)
31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
SignatureHelp\Controller.Session_ComputeModel.cs (1)
58this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (1)
31this.Computation.ThreadingContext.ThrowIfNotOnBackgroundThread();