5 references to Sha512Exists
NuGet.Commands (3)
RestoreCommand\Utility\NoOpRestoreUtilities.cs (3)
138if (!request.DependencyProviders.PackageFileCache.Sha512Exists(path)) 278if (packageFileCache.Sha512Exists(hashPath)) 286if (packageFileCache.Sha512Exists(nupkgMetadataPath))
NuGet.Protocol (2)
PackagesFolder\NuGetv3LocalRepository.cs (2)
216if (_packageFileCache.Sha512Exists(nupkgMetadataPath)) 221else if (!_isFallbackFolder && _packageFileCache.Sha512Exists(hashPath))