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