2 writes to Items
NuGet.Protocol (2)
_generated\110\JsonContext.RegistrationPage.g.cs (1)
81
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Items
= value!,
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (1)
81
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Items
= value!,
5 references to Items
NuGet.Protocol (5)
_generated\110\JsonContext.RegistrationPage.g.cs (1)
80
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Items
,
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (1)
80
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Items
,
Model\RegistrationPage.cs (1)
26
/// fetch another <see cref="RegistrationPage"/> instance with the <see cref="
Items
"/> property filled in.
Resources\PackageMetadataResourceV3.cs (2)
146
if (registrationPage.
Items
== null)
303
foreach (RegistrationLeafItem registrationLeaf in registrationPage.
Items
)