2 references to All
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
62new List<Verification>() { Verification.All } :
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
167return args.Verifications.Any(verification => verification == Verification.All || verification == v);