2 implementations of StoreLocation
NuGet.Commands (2)
CommandArgs\VerbArgs.cs (2)
27public string StoreLocation { get; set; } 89public string StoreLocation { get; set; }
3 references to StoreLocation
NuGet.Commands (3)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (3)
28if (Enum.TryParse(args.StoreLocation, ignoreCase: true, result: out StoreLocation value)) 65if (!string.IsNullOrWhiteSpace(args.StoreLocation)) 72args.StoreLocation));