2 references to FindPackageImpl
NuGet.Protocol (2)
PackagesFolder\NuGetv3LocalRepository.cs (2)
71
return
FindPackageImpl
(packageId, version) != null;
76
var package =
FindPackageImpl
(packageId, version);