2 writes to Items
NuGet.Protocol (2)
Generated\361d1da7f942c932\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
= value!,
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.RegistrationIndex.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
= value!,
6 references to Items
NuGet.Protocol (6)
DependencyInfo\RegistrationUtility.cs (2)
141
if (index?.
Items
== null)
149
foreach (RegistrationPage page in index.
Items
)
Generated\361d1da7f942c932\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).
Items
,
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.RegistrationIndex.g.cs (1)
60
Getter = 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)
132
foreach (var registrationPage in registrationIndex.
Items
?? Enumerable.Empty<RegistrationPage>())