7 references to RegistrationPage
NuGet.Protocol (7)
Model\RegistrationIndex.cs (1)
17
public List<
RegistrationPage
> Items { get; set; }
Model\RegistrationPage.cs (1)
24
/// fetch another <see cref="
RegistrationPage
"/> instance with the <see cref="Items"/> property filled in.
Resources\PackageMetadataResourceV3.cs (5)
120
foreach (
var
registrationPage in registrationIndex.Items)
135
var
leafRegistrationPage = await GetRegistratioIndexPageAsync(_client, rangeUri, packageId, lower, upper, httpSourceCacheContext, log, token);
232
private Task<
RegistrationPage
> GetRegistratioIndexPageAsync(
251
httpSourceResult => DeserializeStreamDataAsync<
RegistrationPage
>(httpSourceResult.Stream, token),
267
RegistrationPage
registrationPage,