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