5 references to Sha512Exists
NuGet.Commands (3)
RestoreCommand\Utility\NoOpRestoreUtilities.cs (3)
161if (!request.DependencyProviders.PackageFileCache.Sha512Exists(path)) 301if (packageFileCache.Sha512Exists(hashPath)) 309if (packageFileCache.Sha512Exists(nupkgMetadataPath))
NuGet.Protocol (2)
PackagesFolder\NuGetv3LocalRepository.cs (2)
193if (_packageFileCache.Sha512Exists(nupkgMetadataPath)) 198else if (!_isFallbackFolder && _packageFileCache.Sha512Exists(hashPath))