2 references to GetRegistrationInfo
NuGet.Protocol (2)
Resources\DependencyInfoResourceV3.cs (2)
76var regInfo = await ResolverMetadataClient.GetRegistrationInfo(_client, uri, package.Id, singleVersion, cacheContext, projectFramework, log, token); 113var regInfo = await ResolverMetadataClient.GetRegistrationInfo(_client, uri, packageId, VersionRange.All, cacheContext, projectFramework, log, token);