1 write to AutoReference
NuGet.CommandLine.XPlat (1)
Utility\MSBuildAPIUtility.cs (1)
846installedPackage.AutoReference = topLevelPackage.AutoReferenced;
3 references to AutoReference
NuGet.CommandLine.XPlat (3)
Utility\ListPackageHelper.cs (1)
16p => !p.AutoReference && (p.LatestPackageMetadata == null
Utility\ProjectPackagesPrintUtility.cs (2)
82autoReference: printingTransitive ? false : p.AutoReference, 90tableHasAutoReference = frameworkPackages.Any(p => p.AutoReference);