2 writes to Items
NuGet.Protocol (2)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
= value!,
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
= value!,
6 references to Items
NuGet.Protocol (6)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
,
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
,
DependencyInfo\RegistrationUtility.cs (2)
141
if (index?.
Items
== null)
149
foreach (RegistrationPage page in index.
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)
134
foreach (var registrationPage in registrationIndex.
Items
)