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