1 write to Url
NuGet.Protocol (1)
Model\V3VulnerabilityIndexEntry.cs (1)
33
Url
= url ?? throw new ArgumentNullException(nameof(url));
7 references to Url
NuGet.Protocol (7)
_generated\7\JsonContext.V3VulnerabilityIndexEntry.g.cs (2)
79
Getter = static obj => ((global::NuGet.Protocol.Model.V3VulnerabilityIndexEntry)obj).
Url
,
151
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Model.V3VulnerabilityIndexEntry)value).
Url
, Uri);
Resources\VulnerabilityInfoResourceV3.cs (5)
94
var request = new HttpSourceCachedRequest(vulnerabilityPage.
Url
.OriginalString, "vuln_data_" + vulnerabilityPage.Name, httpSourceCacheContext);
117
string message = string.Format(Strings.VulnerabilityPage_CouldNotLoad, _sourceRepository.PackageSource.Name, vulnerabilityPage.
Url
);
247
if (entry.
Url
== null)
254
if (entry.
Url
.Scheme != "https" && entry.
Url
.Scheme != "http")