2 implementations of FindValue
NuGet.Commands (2)
CommandArgs\VerbArgs.cs (2)
30
public string
FindValue
{ get; set; }
92
public string
FindValue
{ get; set; }
1 reference to FindValue
NuGet.Commands (1)
ClientCertificatesCommand\ClientCertArgsExtensions.cs (1)
104
var isFindValueProvided = !string.IsNullOrEmpty(args.
FindValue
);