2 references to NuGetVerify
dotnet-aot (2)
parent\dotnet\NugetPackageDownloader\FirstPartyNuGetPackageSigningVerifier.cs (1)
79return NuGetVerify(nupkgToVerify, out commandOutput) && IsFirstParty(nupkgToVerify);
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (1)
282(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new FilePath(nupkgPath), out commandOutput, _currentWorkingDirectory)))