1 write to _operationExecutor
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory.cs (1)
115
_operationExecutor
= operationExecutor;
2 references to _operationExecutor
Microsoft.VisualStudio.LanguageServices (2)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (2)
146
using var context = this.packageInstallerService.
_operationExecutor
.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false);
184
using var context = this.packageInstallerService.
_operationExecutor
.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false);