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)
146using var context = this.packageInstallerService._operationExecutor.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false); 184using var context = this.packageInstallerService._operationExecutor.BeginExecute(NugetTitle, description, allowCancellation: true, showProgress: false);