3 implementations of PackageSource
NuGet.Commands (3)
CommandArgs\VerbArgs.cs (3)
23public string PackageSource { get; set; } 66public string PackageSource { get; set; } 85public string PackageSource { get; set; }
1 reference to PackageSource
NuGet.Commands (1)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (1)
56return !string.IsNullOrEmpty(args.PackageSource);