10 references to GetHashPath
dotnet (1)
ToolPackage\ToolPackageDownloader.cs (1)
85var hashPath = versionFolderPathResolver.GetHashPath(packageId.ToString(), version);
NuGet.Commands (1)
RestoreCommand\Utility\NoOpRestoreUtilities.cs (1)
299var hashPath = resolver.GetHashPath(packageId, version);
NuGet.Packaging (3)
FallbackPackagePathResolver.cs (1)
123var hashPath = resolver.GetHashPath(packageId, version);
PackageExtractor.cs (2)
405var hashPath = versionFolderPathResolver.GetHashPath(packageIdentity.Id, packageIdentity.Version); 681var hashPath = versionFolderPathResolver.GetHashPath(packageIdentity.Id, packageIdentity.Version);
NuGet.Protocol (5)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
476var hashPath = _resolver.GetHashPath(id, version);
PackagesFolder\NuGetv3LocalRepository.cs (1)
188var hashPath = PathResolver.GetHashPath(packageId, version);
Utility\GlobalPackagesFolderUtility.cs (1)
38var hashPath = defaultPackagePathResolver.GetHashPath(packageIdentity.Id, packageIdentity.Version);
Utility\LocalFolderUtility.cs (1)
668var hashPath = pathResolver.GetHashPath(identity.Id, identity.Version);
Utility\OfflineFeedUtility.cs (1)
37var hashFilePath = versionFolderPathResolver.GetHashPath(packageIdentity.Id, packageIdentity.Version);