8 references to Verification
NuGet.CommandLine.XPlat (4)
Commands\Signing\VerifyCommand.cs (4)
62
new List<
Verification
>() {
Verification
.All } :
63
new List<
Verification
>() {
Verification
.Signatures };
NuGet.Commands (4)
VerifyCommand\VerifyArgs.cs (1)
27
public IList<
Verification
> Verifications { get; set; }
VerifyCommand\VerifyCommandRunner.cs (3)
40
if (ShouldExecuteVerification(verifyArgs,
Verification
.Signatures))
165
private bool ShouldExecuteVerification(VerifyArgs args,
Verification
v)
167
return args.Verifications.Any(verification => verification ==
Verification
.All || verification == v);