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)
108
httpSourceResult => DeserializeStreamDataAsync<
RegistrationIndex
>(httpSourceResult.Stream, token),
191
private async Task<ValueTuple<
RegistrationIndex
, HttpSourceCacheContext>> LoadRegistrationIndexAsync(
196
Func<HttpSourceResult, Task<
RegistrationIndex
>> processAsync,
205
var
index = await httpSource.GetAsync(
217
return new ValueTuple<
RegistrationIndex
, HttpSourceCacheContext>(index, httpSourceCacheContext);