2 implementations of FindBy
NuGet.Commands (2)
CommandArgs\VerbArgs.cs (2)
29
public string
FindBy
{ get; set; }
91
public string
FindBy
{ get; set; }
3 references to FindBy
NuGet.Commands (3)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (3)
18
if (Enum.TryParse("FindBy" + args.
FindBy
, ignoreCase: true, result: out X509FindType value))
91
if (!string.IsNullOrWhiteSpace(args.
FindBy
))
98
args.
FindBy
));