1 write to packageInstallerService
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (1)
82
this.
packageInstallerService
= packageInstallerService;
5 references to packageInstallerService
Microsoft.VisualStudio.LanguageServices (5)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (5)
98
var token = this.
packageInstallerService
._listener.BeginAsyncOperation($"{GetType().Name}.{nameof(Do)}");
146
using var context = this.
packageInstallerService
._operationExecutor.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false);
149
await
packageInstallerService
.TryUninstallAndAddRedoActionAsync(
184
using var context = this.
packageInstallerService
._operationExecutor.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false);
187
await
packageInstallerService
.TryInstallAndAddUndoActionAsync(