1 write to Verifications
NuGet.CommandLine.XPlat (1)
Commands\Signing\VerifyCommand.cs (1)
61args.Verifications = all.HasValue() ?
2 references to Verifications
NuGet.Commands (2)
VerifyCommand\VerifyCommandRunner.cs (2)
32if (verifyArgs.Verifications.Count == 0) 167return args.Verifications.Any(verification => verification == Verification.All || verification == v);