2 implementations of StoreName
NuGet.Commands (2)
CommandArgs\VerbArgs.cs (2)
28
public string
StoreName
{ get; set; }
90
public string
StoreName
{ get; set; }
3 references to StoreName
NuGet.Commands (3)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (3)
38
if (Enum.TryParse(args.
StoreName
, ignoreCase: true, result: out StoreName value))
78
if (!string.IsNullOrWhiteSpace(args.
StoreName
))
85
args.
StoreName
));