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