public static bool GetLocation(PackageMeta package, ref PathDescriptor basePath) { return(GetLocation(new PackageTarget(package.Id, package.Version), ref basePath)); }
public static bool GetPackage(this FileDescriptor file, out PackageMeta result) { return(GetPackage(file, out result)); }