3 references to GetVersionListPath
NuGet.Protocol (3)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
505var idDir = new DirectoryInfo(_resolver.GetVersionListPath(id));
PackagesFolder\NuGetv3LocalRepository.cs (1)
149var packageIdRoot = PathResolver.GetVersionListPath(id);
Utility\LocalFolderUtility.cs (1)
1028var idRoot = new DirectoryInfo(pathResolver.GetVersionListPath(id));