1 write to PackageId
NuGet.CommandLine.XPlat (1)
ListPackage\ListReportPackage.cs (1)
24
PackageId
= packageId;
3 references to PackageId
NuGet.CommandLine.XPlat (3)
ListPackage\ListPackageJsonRenderer.cs (2)
220
writer.WriteValue(topLevelPackage.
PackageId
);
272
writer.WriteValue(transitivePackage.
PackageId
);
Utility\ProjectPackagesPrintUtility.cs (1)
120
p => new FormattedCell(p.
PackageId
),