7 references to UIThreadOperationContextProgressTracker
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedAction.cs (1)
119await this.InnerInvokeAsync(new UIThreadOperationContextProgressTracker(scope), context.UserCancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
119await this.InnerInvokeAsync(new UIThreadOperationContextProgressTracker(scope), context.UserCancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (4)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (2)
152new UIThreadOperationContextProgressTracker(scope), 190new UIThreadOperationContextProgressTracker(scope),
TableDataSource\Suppression\VisualStudioDiagnosticListTableCommandHandler.cs (1)
213progressTracker: new UIThreadOperationContextProgressTracker(scope),
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
399progressTracker: new UIThreadOperationContextProgressTracker(scope),
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
473progressTracker: new UIThreadOperationContextProgressTracker(scope1),