2 references to GetPackagesV2
NuGet.Protocol (2)
LocalRepositories\FindLocalPackagesResourceV2.cs (1)
25
var packages = LocalFolderUtility.
GetPackagesV2
(Root, id, logger, token);
Utility\LocalFolderUtility.cs (1)
84
return
GetPackagesV2
(root, id, log, CancellationToken.None);