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