2 writes to CatalogEntry
NuGet.Protocol (2)
_generated\109\JsonContext.RegistrationLeafItem.g.cs (1)
61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationLeafItem)obj).CatalogEntry = value!,
_generated\8\PackageSearchJsonContext.RegistrationLeafItem.g.cs (1)
61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationLeafItem)obj).CatalogEntry = value!,
11 references to CatalogEntry
NuGet.Protocol (11)
_generated\109\JsonContext.RegistrationLeafItem.g.cs (1)
60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationLeafItem)obj).CatalogEntry,
_generated\8\PackageSearchJsonContext.RegistrationLeafItem.g.cs (1)
60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationLeafItem)obj).CatalogEntry,
DependencyInfo\ResolverMetadataClient.cs (3)
121if (leaf is null || leaf.CatalogEntry is null) 126PackageSearchMetadataRegistration catalogEntry = leaf.CatalogEntry; 145PackageSearchMetadataRegistration catalogEntry = leaf.CatalogEntry!;
Resources\AutoCompleteResourceV3.cs (1)
184NuGetVersion? version = item.CatalogEntry?.Version;
Resources\MetadataResourceV3.cs (2)
165if (item.CatalogEntry is null) 170NuGetVersion? version = item.CatalogEntry.Version;
Resources\PackageMetadataResourceV3.cs (1)
306PackageSearchMetadataRegistration? catalogEntry = registrationLeaf.CatalogEntry;
Resources\RegistrationResourceV3.cs (2)
208if (leaf is null || leaf.CatalogEntry is null) 213PackageSearchMetadataRegistration catalogEntry = leaf.CatalogEntry;