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