1 write to Results
NuGet.Packaging (1)
Signing\Verification\VerifySignaturesResult.cs (1)
39Results = results?.ToList().AsReadOnly() ?? throw new ArgumentNullException(nameof(results));
4 references to Results
NuGet.Commands (1)
VerifyCommand\VerifyCommandRunner.cs (1)
130var logMessages = verificationResult.Results.SelectMany(p => p.Issues).ToList();
NuGet.Packaging (3)
PackageExtractor.cs (3)
1106verifyResult.Results 1113var warnings = verifyResult.Results.SelectMany(r => r.GetWarningIssues()); 1132throw new SignatureException(verifyResult.Results, package);