3 references to GetPackagesV3
NuGet.Protocol (3)
LocalRepositories\FindLocalPackagesResourceV3.cs (1)
28
return LocalFolderUtility.
GetPackagesV3
(Root, id, logger, token);
Utility\LocalFolderUtility.cs (2)
981
foreach (var nupkg in
GetPackagesV3
(root, id: idPath.Name, log: log, cancellationToken: cancellationToken))
997
return
GetPackagesV3
(root, id, log, CancellationToken.None);