1 write to DeprecationReasons
NuGet.CommandLine.XPlat (1)
ListPackage\ListReportPackage.cs (1)
28
DeprecationReasons
= deprecationReasons;
3 references to DeprecationReasons
NuGet.CommandLine.XPlat (3)
ListPackage\ListPackageJsonRenderer.cs (2)
302
if (listPackage.
DeprecationReasons
!= null)
307
foreach (var deprecationReason in listPackage.
DeprecationReasons
?.Reasons)
Utility\ProjectPackagesPrintUtility.cs (1)
141
PrintDeprecationReasons(p.
DeprecationReasons
)));