2 writes to Url
NuGet.Protocol (2)
_generated\110\JsonContext.RegistrationPage.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
= value!,
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
= value!,
4 references to Url
NuGet.Protocol (4)
_generated\110\JsonContext.RegistrationPage.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
,
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
,
Model\RegistrationPage.cs (1)
25
/// the server decided not to inline the leaf items. In this case, the <see cref="
Url
"/> property can be used
Resources\PackageMetadataResourceV3.cs (1)
148
var rangeUri = registrationPage.
Url
;