2 writes to Url
NuGet.Protocol (2)
Generated\361d1da7f942c932\PackageSearchJsonContext.RegistrationPage.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
= value!,
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.RegistrationPage.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
= value!,
5 references to Url
NuGet.Protocol (5)
DependencyInfo\RegistrationUtility.cs (1)
158
string rangeUri = page.
Url
;
Generated\361d1da7f942c932\PackageSearchJsonContext.RegistrationPage.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationPage)obj).
Url
,
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\JsonContext.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)
146
var rangeUri = registrationPage.
Url
;