7 references to RegistrationPage
NuGet.Protocol (7)
Model\RegistrationIndex.cs (1)
17public 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)
120foreach (var registrationPage in registrationIndex.Items) 135var leafRegistrationPage = await GetRegistratioIndexPageAsync(_client, rangeUri, packageId, lower, upper, httpSourceCacheContext, log, token); 232private Task<RegistrationPage> GetRegistratioIndexPageAsync( 251httpSourceResult => DeserializeStreamDataAsync<RegistrationPage>(httpSourceResult.Stream, token), 267RegistrationPage registrationPage,