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