2 writes to Items
NuGet.Protocol (2)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items = value!,
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items = value!,
4 references to Items
NuGet.Protocol (4)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items,
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items,
Model\RegistrationPage.cs (1)
24/// This property can be null when this model is used as an item in <see cref="RegistrationIndex.Items"/> when
Resources\PackageMetadataResourceV3.cs (1)
134foreach (var registrationPage in registrationIndex.Items)