6 references to RegistrationIndex
NuGet.Protocol (6)
Model\RegistrationPage.cs (1)
22/// This property can be null when this model is used as an item in <see cref="RegistrationIndex.Items"/> when
Resources\PackageMetadataResourceV3.cs (5)
108httpSourceResult => DeserializeStreamDataAsync<RegistrationIndex>(httpSourceResult.Stream, token), 191private async Task<ValueTuple<RegistrationIndex, HttpSourceCacheContext>> LoadRegistrationIndexAsync( 196Func<HttpSourceResult, Task<RegistrationIndex>> processAsync, 205var index = await httpSource.GetAsync( 217return new ValueTuple<RegistrationIndex, HttpSourceCacheContext>(index, httpSourceCacheContext);