1 write to packageName
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (1)
84this.packageName = packageName;
6 references to packageName
Microsoft.VisualStudio.LanguageServices (6)
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (6)
145var description = string.Format(ServicesVSResources.Uninstalling_0, packageName); 150source, packageName, version, includePrerelease, 157=> pBstr = string.Format(ServicesVSResources.Uninstall_0, packageName); 179=> pBstr = string.Format(ServicesVSResources.Install_0, packageName); 183var description = string.Format(ServicesVSResources.Installing_0, packageName); 188source, packageName, version, includePrerelease,