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