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