380 references to ThrowIfNotOnUIThread
Microsoft.CodeAnalysis.CSharp.EditorFeatures (22)
EventHookup\EventHookupCommandHandler_SessionCancellingCommands.cs (2)
20_threadingContext.ThrowIfNotOnUIThread(); 27_threadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (7)
39_threadingContext.ThrowIfNotOnUIThread(); 52_threadingContext.ThrowIfNotOnUIThread(); 62_threadingContext.ThrowIfNotOnUIThread(); 122_threadingContext.ThrowIfNotOnUIThread(); 129_threadingContext.ThrowIfNotOnUIThread(); 145_threadingContext.ThrowIfNotOnUIThread(); 160_threadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupCommandHandler_TypeCharCommand.cs (3)
24_threadingContext.ThrowIfNotOnUIThread(); 69_threadingContext.ThrowIfNotOnUIThread(); 85_threadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager.cs (5)
39ThreadingContext.ThrowIfNotOnUIThread(); 45ThreadingContext.ThrowIfNotOnUIThread(); 136ThreadingContext.ThrowIfNotOnUIThread(); 152ThreadingContext.ThrowIfNotOnUIThread(); 169ThreadingContext.ThrowIfNotOnUIThread();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (5)
51_threadingContext.ThrowIfNotOnUIThread(); 60_threadingContext.ThrowIfNotOnUIThread(); 69_threadingContext.ThrowIfNotOnUIThread(); 76_threadingContext.ThrowIfNotOnUIThread(); 91_threadingContext.ThrowIfNotOnUIThread();
Microsoft.CodeAnalysis.EditorFeatures (199)
AddImports\AbstractAddImportsPasteCommandHandler.cs (1)
134_threadingContext.ThrowIfNotOnUIThread();
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (10)
78ThreadingContext.ThrowIfNotOnUIThread(); 94ThreadingContext.ThrowIfNotOnUIThread(); 154ThreadingContext.ThrowIfNotOnUIThread(); 206ThreadingContext.ThrowIfNotOnUIThread(); 272ThreadingContext.ThrowIfNotOnUIThread(); 307ThreadingContext.ThrowIfNotOnUIThread(); 364ThreadingContext.ThrowIfNotOnUIThread(); 409ThreadingContext.ThrowIfNotOnUIThread(); 439ThreadingContext.ThrowIfNotOnUIThread(); 452ThreadingContext.ThrowIfNotOnUIThread();
AutomaticCompletion\BraceCompletionSessionProvider.cs (1)
50_threadingContext.ThrowIfNotOnUIThread();
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (2)
36_threadingContext.ThrowIfNotOnUIThread(); 47_threadingContext.ThrowIfNotOnUIThread();
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
48_threadingContext.ThrowIfNotOnUIThread();
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
62_owner._threadingContext.ThrowIfNotOnUIThread();
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
71this.ThreadingContext.ThrowIfNotOnUIThread();
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (3)
91_threadingContext.ThrowIfNotOnUIThread(); 116_threadingContext.ThrowIfNotOnUIThread(); 134_threadingContext.ThrowIfNotOnUIThread();
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
29ThreadingContext.ThrowIfNotOnUIThread();
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (9)
123taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 161_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 167_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 282_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 290_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 312_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 340_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 354_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 394_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();
CodeActions\CodeActionEditHandlerService.cs (2)
141_threadingContext.ThrowIfNotOnUIThread(); 282_threadingContext.ThrowIfNotOnUIThread();
Copilot\CopilotTaggerProvider.cs (1)
53this.ThreadingContext.ThrowIfNotOnUIThread();
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
38this.ThreadingContext.ThrowIfNotOnUIThread();
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (1)
62_threadingContext.ThrowIfNotOnUIThread();
ExtractMethod\ExtractMethodCommandHandler.cs (2)
115_threadingContext.ThrowIfNotOnUIThread(); 134_threadingContext.ThrowIfNotOnUIThread();
GoOrFind\AbstractGoOrFindNavigationService.cs (2)
88_threadingContext.ThrowIfNotOnUIThread(); 118_threadingContext.ThrowIfNotOnUIThread();
InlineHints\InlineHintsKeyProcessorProvider.cs (1)
52_threadingContext.ThrowIfNotOnUIThread();
InlineHints\InlineHintsTagger.cs (2)
79_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread(); 101_taggerProvider.ThreadingContext.ThrowIfNotOnUIThread();
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
53threadingContext.ThrowIfNotOnUIThread();
InlineRename\InlineRenameService.cs (2)
164_threadingContext.ThrowIfNotOnUIThread(); 171_threadingContext.ThrowIfNotOnUIThread();
InlineRename\InlineRenameSession.cs (14)
255_threadingContext.ThrowIfNotOnUIThread(); 279_threadingContext.ThrowIfNotOnUIThread(); 294_threadingContext.ThrowIfNotOnUIThread(); 355_threadingContext.ThrowIfNotOnUIThread(); 364_threadingContext.ThrowIfNotOnUIThread(); 400_threadingContext.ThrowIfNotOnUIThread(); 418_threadingContext.ThrowIfNotOnUIThread(); 446_threadingContext.ThrowIfNotOnUIThread(); 454_threadingContext.ThrowIfNotOnUIThread(); 512_threadingContext.ThrowIfNotOnUIThread(); 607_threadingContext.ThrowIfNotOnUIThread(); 646_threadingContext.ThrowIfNotOnUIThread(); 663_threadingContext.ThrowIfNotOnUIThread(); 894_threadingContext.ThrowIfNotOnUIThread();
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (7)
99_session._threadingContext.ThrowIfNotOnUIThread(); 171_session._threadingContext.ThrowIfNotOnUIThread(); 220_session._threadingContext.ThrowIfNotOnUIThread(); 273_session._threadingContext.ThrowIfNotOnUIThread(); 295_session._threadingContext.ThrowIfNotOnUIThread(); 317_session._threadingContext.ThrowIfNotOnUIThread(); 589_session._threadingContext.ThrowIfNotOnUIThread();
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
262_threadingContext.ThrowIfNotOnUIThread();
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (8)
72_threadingContext.ThrowIfNotOnUIThread(); 77_threadingContext.ThrowIfNotOnUIThread(); 116_threadingContext.ThrowIfNotOnUIThread(); 176_threadingContext.ThrowIfNotOnUIThread(); 289_threadingContext.ThrowIfNotOnUIThread(); 321_threadingContext.ThrowIfNotOnUIThread(); 336_threadingContext.ThrowIfNotOnUIThread(); 364_threadingContext.ThrowIfNotOnUIThread();
IntelliSense\AbstractController.cs (8)
72this.ThreadingContext.ThrowIfNotOnUIThread(); 82this.ThreadingContext.ThrowIfNotOnUIThread(); 91this.ThreadingContext.ThrowIfNotOnUIThread(); 99this.ThreadingContext.ThrowIfNotOnUIThread(); 109this.ThreadingContext.ThrowIfNotOnUIThread(); 115this.ThreadingContext.ThrowIfNotOnUIThread(); 121this.ThreadingContext.ThrowIfNotOnUIThread(); 130this.ThreadingContext.ThrowIfNotOnUIThread();
IntelliSense\AsyncCompletion\CommitManager.cs (2)
101_threadingContext.ThrowIfNotOnUIThread(); 197_threadingContext.ThrowIfNotOnUIThread();
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
97_threadingContext.ThrowIfNotOnUIThread();
IntelliSense\ModelComputation.cs (5)
68ThreadingContext.ThrowIfNotOnUIThread(); 77ThreadingContext.ThrowIfNotOnUIThread(); 90ThreadingContext.ThrowIfNotOnUIThread(); 103ThreadingContext.ThrowIfNotOnUIThread(); 169this.ThreadingContext.ThrowIfNotOnUIThread();
IntelliSense\Session.cs (3)
42Computation.ThreadingContext.ThrowIfNotOnUIThread(); 49Computation.ThreadingContext.ThrowIfNotOnUIThread(); 57Computation.ThreadingContext.ThrowIfNotOnUIThread();
Interactive\InteractiveEvaluator.cs (7)
124_threadingContext.ThrowIfNotOnUIThread(); 160_threadingContext.ThrowIfNotOnUIThread(); 166_threadingContext.ThrowIfNotOnUIThread(); 181_threadingContext.ThrowIfNotOnUIThread(); 191_threadingContext.ThrowIfNotOnUIThread(); 206_threadingContext.ThrowIfNotOnUIThread(); 230_threadingContext.ThrowIfNotOnUIThread();
NavigationBar\NavigationBarController.cs (6)
140threadingContext.ThrowIfNotOnUIThread(); 179_threadingContext.ThrowIfNotOnUIThread(); 222_threadingContext.ThrowIfNotOnUIThread(); 267_threadingContext.ThrowIfNotOnUIThread(); 275_threadingContext.ThrowIfNotOnUIThread(); 296_threadingContext.ThrowIfNotOnUIThread();
PasteTracking\PasteTrackingService.cs (1)
41_threadingContext.ThrowIfNotOnUIThread();
Preview\AbstractPreviewFactoryService.cs (1)
654ThreadingContext.ThrowIfNotOnUIThread();
Preview\SolutionPreviewResult.cs (1)
35_threadingContext.ThrowIfNotOnUIThread();
QuickInfo\LazyToolTip.cs (3)
39_threadingContext.ThrowIfNotOnUIThread(); 60_threadingContext.ThrowIfNotOnUIThread(); 78_threadingContext.ThrowIfNotOnUIThread();
QuickInfo\ProjectionBufferContent.cs (1)
75_threadingContext.ThrowIfNotOnUIThread();
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (3)
59_stateMachine.ThreadingContext.ThrowIfNotOnUIThread(); 225_stateMachine.ThreadingContext.ThrowIfNotOnUIThread(); 263_stateMachine.ThreadingContext.ThrowIfNotOnUIThread();
RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs (11)
73ThreadingContext.ThrowIfNotOnUIThread(); 128ThreadingContext.ThrowIfNotOnUIThread(); 138ThreadingContext.ThrowIfNotOnUIThread(); 158ThreadingContext.ThrowIfNotOnUIThread(); 203ThreadingContext.ThrowIfNotOnUIThread(); 227ThreadingContext.ThrowIfNotOnUIThread(); 256ThreadingContext.ThrowIfNotOnUIThread(); 327ThreadingContext.ThrowIfNotOnUIThread(); 336ThreadingContext.ThrowIfNotOnUIThread(); 374ThreadingContext.ThrowIfNotOnUIThread(); 380ThreadingContext.ThrowIfNotOnUIThread();
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (2)
130_threadingContext.ThrowIfNotOnUIThread(); 157_threadingContext.ThrowIfNotOnUIThread();
Shared\Extensions\ITextSnapshotExtensions.cs (1)
95threadingContext.ThrowIfNotOnUIThread();
Shared\Tagging\EventSources\TaggerEventSources.ViewSpanChangedEventSource.cs (3)
29_threadingContext.ThrowIfNotOnUIThread(); 35_threadingContext.ThrowIfNotOnUIThread(); 41_threadingContext.ThrowIfNotOnUIThread();
SignatureHelp\AbstractSignatureHelpCommandHandler.cs (1)
35this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.cs (5)
77this.ThreadingContext.ThrowIfNotOnUIThread(); 83this.ThreadingContext.ThrowIfNotOnUIThread(); 114this.ThreadingContext.ThrowIfNotOnUIThread(); 123this.ThreadingContext.ThrowIfNotOnUIThread(); 145this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session.cs (2)
23this.Computation.ThreadingContext.ThrowIfNotOnUIThread(); 30this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_ComputeModel.cs (1)
31this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller.Session_SetModelSelectedItem.cs (1)
18this.Computation.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller_InvokeSignatureHelp.cs (2)
19this.ThreadingContext.ThrowIfNotOnUIThread(); 25this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller_OnCaretPositionChanged.cs (1)
14this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Controller_TypeChar.cs (3)
22this.ThreadingContext.ThrowIfNotOnUIThread(); 30this.ThreadingContext.ThrowIfNotOnUIThread(); 135this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Presentation\SignatureHelpPresenter.cs (2)
39_threadingContext.ThrowIfNotOnUIThread(); 45_threadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Presentation\SignatureHelpPresenter.SignatureHelpPresenterSession.cs (3)
145_threadingContext.ThrowIfNotOnUIThread(); 151_threadingContext.ThrowIfNotOnUIThread(); 169_threadingContext.ThrowIfNotOnUIThread();
SignatureHelp\Presentation\SignatureHelpPresenter.SignatureHelpSource.cs (2)
20threadingContext.ThrowIfNotOnUIThread(); 32threadingContext.ThrowIfNotOnUIThread();
SignatureHelp\SignatureHelpBeforeCompletionCommandHandler.cs (7)
57this.ThreadingContext.ThrowIfNotOnUIThread(); 73this.ThreadingContext.ThrowIfNotOnUIThread(); 85this.ThreadingContext.ThrowIfNotOnUIThread(); 98this.ThreadingContext.ThrowIfNotOnUIThread(); 104this.ThreadingContext.ThrowIfNotOnUIThread(); 110this.ThreadingContext.ThrowIfNotOnUIThread(); 116this.ThreadingContext.ThrowIfNotOnUIThread();
SignatureHelp\SignatureHelpControllerProvider.cs (2)
45_threadingContext.ThrowIfNotOnUIThread(); 61_threadingContext.ThrowIfNotOnUIThread();
Suggestions\SuggestedActions\SuggestedAction.cs (1)
163this.ThreadingContext.ThrowIfNotOnUIThread();
Suggestions\SuggestedActionsSource.cs (1)
108_threadingContext.ThrowIfNotOnUIThread();
Suggestions\SuggestedActionsSource_Async.cs (2)
42_threadingContext.ThrowIfNotOnUIThread(); 71_threadingContext.ThrowIfNotOnUIThread();
Suggestions\SuggestedActionWithNestedFlavors.cs (4)
70this.ThreadingContext.ThrowIfNotOnUIThread(); 147this.ThreadingContext.ThrowIfNotOnUIThread(); 173this.ThreadingContext.ThrowIfNotOnUIThread(); 181this.ThreadingContext.ThrowIfNotOnUIThread();
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (7)
142dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 192_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 209_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 252_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 279_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 290_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 330_dataSource.ThreadingContext.ThrowIfNotOnUIThread();
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (7)
37_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 55_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 71_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 77_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 397_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 725_dataSource.ThreadingContext.ThrowIfNotOnUIThread(); 757_dataSource.ThreadingContext.ThrowIfNotOnUIThread();
Tagging\AsynchronousViewportTaggerProvider.SingleViewportTaggerProvider.cs (1)
99this.ThreadingContext.ThrowIfNotOnUIThread();
Workspaces\AbstractTextBufferVisibilityTracker.cs (10)
49_threadingContext.ThrowIfNotOnUIThread(); 55_threadingContext.ThrowIfNotOnUIThread(); 72_threadingContext.ThrowIfNotOnUIThread(); 92_threadingContext.ThrowIfNotOnUIThread(); 104_threadingContext.ThrowIfNotOnUIThread(); 161_tracker._threadingContext.ThrowIfNotOnUIThread(); 174_tracker._threadingContext.ThrowIfNotOnUIThread(); 180_tracker._threadingContext.ThrowIfNotOnUIThread(); 186_tracker._threadingContext.ThrowIfNotOnUIThread(); 217_tracker._threadingContext.ThrowIfNotOnUIThread();
Microsoft.VisualStudio.LanguageServices (153)
ChangeSignature\VisualStudioChangeSignatureOptionsService.cs (1)
34_threadingContext.ThrowIfNotOnUIThread();
ColorSchemes\ColorSchemeApplier.Settings.cs (1)
103_threadingContext.ThrowIfNotOnUIThread();
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
211_threadingContext.ThrowIfNotOnUIThread();
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
277threadingContext.ThrowIfNotOnUIThread();
DocumentOutline\DocumentOutlineView.xaml.cs (3)
207_threadingContext.ThrowIfNotOnUIThread(); 280_threadingContext.ThrowIfNotOnUIThread(); 352_threadingContext.ThrowIfNotOnUIThread();
DocumentOutline\DocumentOutlineViewModel.cs (14)
127_threadingContext.ThrowIfNotOnUIThread(); 133_threadingContext.ThrowIfNotOnUIThread(); 148_threadingContext.ThrowIfNotOnUIThread(); 154_threadingContext.ThrowIfNotOnUIThread(); 165_threadingContext.ThrowIfNotOnUIThread(); 171_threadingContext.ThrowIfNotOnUIThread(); 183_threadingContext.ThrowIfNotOnUIThread(); 189_threadingContext.ThrowIfNotOnUIThread(); 200_threadingContext.ThrowIfNotOnUIThread(); 208_threadingContext.ThrowIfNotOnUIThread(); 220_threadingContext.ThrowIfNotOnUIThread(); 227_threadingContext.ThrowIfNotOnUIThread(); 238_threadingContext.ThrowIfNotOnUIThread(); 435_threadingContext.ThrowIfNotOnUIThread();
EditorConfigSettings\SettingsEditorPane.SearchHandler.cs (1)
36_threadingContext.ThrowIfNotOnUIThread();
ErrorReporting\VisualStudioInfoBar.cs (2)
139_threadingContext.ThrowIfNotOnUIThread(); 165visualStudioInfoBar._threadingContext.ThrowIfNotOnUIThread();
Extensions\VsTextSpanExtensions.cs (1)
41threadingContext.ThrowIfNotOnUIThread();
ExtractClass\VisualStudioExtractClassOptionsService.cs (1)
48_threadingContext.ThrowIfNotOnUIThread();
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
45_threadingContext.ThrowIfNotOnUIThread();
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (9)
130presenter.ThreadingContext.ThrowIfNotOnUIThread(); 239this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 248this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 254this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 274this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 289this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 298this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 334this.Presenter.ThreadingContext.ThrowIfNotOnUIThread(); 649this.Presenter.ThreadingContext.ThrowIfNotOnUIThread();
FindReferences\Entries\DocumentSpanEntry.cs (1)
181this.Presenter.ThreadingContext.ThrowIfNotOnUIThread();
FindReferences\StreamingFindUsagesPresenter.cs (6)
126ThreadingContext.ThrowIfNotOnUIThread(); 161ThreadingContext.ThrowIfNotOnUIThread(); 174ThreadingContext.ThrowIfNotOnUIThread(); 244ThreadingContext.ThrowIfNotOnUIThread(); 291ThreadingContext.ThrowIfNotOnUIThread(); 304ThreadingContext.ThrowIfNotOnUIThread();
Implementation\VsRefactorNotifyService.cs (5)
37_threadingContext.ThrowIfNotOnUIThread(); 74_threadingContext.ThrowIfNotOnUIThread(); 115_threadingContext.ThrowIfNotOnUIThread(); 134_threadingContext.ThrowIfNotOnUIThread(); 169_threadingContext.ThrowIfNotOnUIThread();
InheritanceMargin\InheritanceGlyphManager.cs (4)
93_threadingContext.ThrowIfNotOnUIThread(); 110_threadingContext.ThrowIfNotOnUIThread(); 132_threadingContext.ThrowIfNotOnUIThread(); 220_threadingContext.ThrowIfNotOnUIThread();
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
90_threadingContext.ThrowIfNotOnUIThread();
Interop\CleanableWeakComHandleTable.cs (4)
146_threadingContext.ThrowIfNotOnUIThread(); 170_threadingContext.ThrowIfNotOnUIThread(); 185_threadingContext.ThrowIfNotOnUIThread(); 192_threadingContext.ThrowIfNotOnUIThread();
KeybindingReset\KeybindingResetDetector.cs (3)
118_threadingContext.ThrowIfNotOnUIThread(); 352_threadingContext.ThrowIfNotOnUIThread(); 389_threadingContext.ThrowIfNotOnUIThread();
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
246threadingContext.ThrowIfNotOnUIThread(); 279threadingContext.ThrowIfNotOnUIThread();
Library\ClassView\AbstractSyncClassViewCommandHandler.cs (1)
33_threadingContext.ThrowIfNotOnUIThread();
Packaging\PackageInstallerServiceFactory.cs (1)
682this.ThreadingContext.ThrowIfNotOnUIThread();
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (2)
89_threadingContext.ThrowIfNotOnUIThread(); 103_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\InvisibleEditor.cs (2)
42_threadingContext.ThrowIfNotOnUIThread(); 145_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\Legacy\AbstractLegacyProject.cs (4)
72ThreadingContext.ThrowIfNotOnUIThread(); 181ThreadingContext.ThrowIfNotOnUIThread(); 325ThreadingContext.ThrowIfNotOnUIThread(); 341ThreadingContext.ThrowIfNotOnUIThread();
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (7)
41_threadingContext.ThrowIfNotOnUIThread(); 55_threadingContext.ThrowIfNotOnUIThread(); 72_threadingContext.ThrowIfNotOnUIThread(); 86_threadingContext.ThrowIfNotOnUIThread(); 105_threadingContext.ThrowIfNotOnUIThread(); 136_threadingContext.ThrowIfNotOnUIThread(); 153_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\MetadataReferences\VisualStudioFrameworkAssemblyPathResolverFactory.cs (2)
49_threadingContext.ThrowIfNotOnUIThread(); 109_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\MiscellaneousFilesWorkspace.cs (7)
111_threadingContext.ThrowIfNotOnUIThread(); 128_threadingContext.ThrowIfNotOnUIThread(); 144_threadingContext.ThrowIfNotOnUIThread(); 184_threadingContext.ThrowIfNotOnUIThread(); 243_threadingContext.ThrowIfNotOnUIThread(); 271_threadingContext.ThrowIfNotOnUIThread(); 306_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\OpenTextBufferProvider.cs (9)
66_threadingContext.ThrowIfNotOnUIThread(); 86_threadingContext.ThrowIfNotOnUIThread(); 144_threadingContext.ThrowIfNotOnUIThread(); 176_threadingContext.ThrowIfNotOnUIThread(); 207_threadingContext.ThrowIfNotOnUIThread(); 219_threadingContext.ThrowIfNotOnUIThread(); 281_threadingContext.ThrowIfNotOnUIThread(); 298_threadingContext.ThrowIfNotOnUIThread(); 332_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\VisualStudioProjectManagementService.cs (1)
31_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
314_threadingContext.ThrowIfNotOnUIThread(); 1159this._threadingContext.ThrowIfNotOnUIThread(); 1364_threadingContext.ThrowIfNotOnUIThread(); 1488_threadingContext.ThrowIfNotOnUIThread();
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (8)
96_workspace._threadingContext.ThrowIfNotOnUIThread(); 109_workspace._threadingContext.ThrowIfNotOnUIThread(); 131_workspace._threadingContext.ThrowIfNotOnUIThread(); 187_workspace._threadingContext.ThrowIfNotOnUIThread(); 258_workspace._threadingContext.ThrowIfNotOnUIThread(); 270_workspace._threadingContext.ThrowIfNotOnUIThread(); 292_workspace._threadingContext.ThrowIfNotOnUIThread(); 310_workspace._threadingContext.ThrowIfNotOnUIThread();
Shared\VisualStudioImageIdService.cs (2)
53_threadingContext.ThrowIfNotOnUIThread(); 93_threadingContext.ThrowIfNotOnUIThread();
Snippets\AbstractSnippetCommandHandler.cs (12)
57this.ThreadingContext.ThrowIfNotOnUIThread(); 88this.ThreadingContext.ThrowIfNotOnUIThread(); 110this.ThreadingContext.ThrowIfNotOnUIThread(); 125this.ThreadingContext.ThrowIfNotOnUIThread(); 141this.ThreadingContext.ThrowIfNotOnUIThread(); 158this.ThreadingContext.ThrowIfNotOnUIThread(); 174this.ThreadingContext.ThrowIfNotOnUIThread(); 191this.ThreadingContext.ThrowIfNotOnUIThread(); 207this.ThreadingContext.ThrowIfNotOnUIThread(); 224this.ThreadingContext.ThrowIfNotOnUIThread(); 236this.ThreadingContext.ThrowIfNotOnUIThread(); 254this.ThreadingContext.ThrowIfNotOnUIThread();
Snippets\AbstractSnippetInfoService.cs (3)
74_threadingContext.ThrowIfNotOnUIThread(); 164_threadingContext.ThrowIfNotOnUIThread(); 178_threadingContext.ThrowIfNotOnUIThread();
Snippets\SnippetExpansionClient.cs (4)
121_threadingContext.ThrowIfNotOnUIThread(); 159_threadingContext.ThrowIfNotOnUIThread(); 587client._threadingContext.ThrowIfNotOnUIThread(); 705_threadingContext.ThrowIfNotOnUIThread();
Utilities\VsCodeWindowViewTracker.cs (6)
46_threadingContext.ThrowIfNotOnUIThread(); 60_threadingContext.ThrowIfNotOnUIThread(); 77_threadingContext.ThrowIfNotOnUIThread(); 90_threadingContext.ThrowIfNotOnUIThread(); 101_threadingContext.ThrowIfNotOnUIThread(); 109_threadingContext.ThrowIfNotOnUIThread();
Workspace\GlobalUndoServiceFactory.WorkspaceGlobalUndoTransaction.cs (3)
50_threadingContext.ThrowIfNotOnUIThread(); 91_threadingContext.ThrowIfNotOnUIThread(); 115_threadingContext.ThrowIfNotOnUIThread();
Workspace\SourceGeneratedFileManager.cs (7)
161_threadingContext.ThrowIfNotOnUIThread(); 191_threadingContext.ThrowIfNotOnUIThread(); 219_threadingContext.ThrowIfNotOnUIThread(); 268fileManager._threadingContext.ThrowIfNotOnUIThread(); 299_fileManager._threadingContext.ThrowIfNotOnUIThread(); 311_fileManager._threadingContext.ThrowIfNotOnUIThread(); 507_fileManager._threadingContext.ThrowIfNotOnUIThread();
Workspace\VisualStudioActiveDocumentTracker.cs (6)
140_threadingContext.ThrowIfNotOnUIThread(); 165_threadingContext.ThrowIfNotOnUIThread(); 182_threadingContext.ThrowIfNotOnUIThread(); 224_documentTracker._threadingContext.ThrowIfNotOnUIThread(); 287_documentTracker._threadingContext.ThrowIfNotOnUIThread(); 315_documentTracker._threadingContext.ThrowIfNotOnUIThread();
Microsoft.VisualStudio.LanguageServices.CSharp (4)
LanguageService\CSharpOptionPageService.cs (1)
36_threadingContext.ThrowIfNotOnUIThread();
Snippets\SnippetCommandHandler.cs (3)
52this.ThreadingContext.ThrowIfNotOnUIThread(); 64this.ThreadingContext.ThrowIfNotOnUIThread(); 87this.ThreadingContext.ThrowIfNotOnUIThread();
Roslyn.VisualStudio.DiagnosticsWindow (2)
Loggers\OutputWindowLogger.cs (1)
112_threadingContext.ThrowIfNotOnUIThread();
VisualStudioDiagnosticsWindowPackage.cs (1)
47_threadingContext.ThrowIfNotOnUIThread();