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