1 write to Name
NuGet.Protocol (1)
Model\V3VulnerabilityIndexEntry.cs (1)
32
Name
= name ?? throw new ArgumentNullException(nameof(name));
7 references to Name
NuGet.Protocol (7)
_generated\113\JsonContext.V3VulnerabilityIndexEntry.g.cs (1)
60
Getter = static obj => ((global::NuGet.Protocol.Model.V3VulnerabilityIndexEntry)obj).
Name
,
Resources\VulnerabilityInfoResourceV3.cs (6)
97
var request = new HttpSourceCachedRequest(vulnerabilityPage.Url.OriginalString, "vuln_data_" + vulnerabilityPage.
Name
, httpSourceCacheContext);
214
string name = entry.
Name
;
252
string message = string.Format(Strings.VulnerabilityPage_NoUrl, entry.
Name
, _sourceRepository.PackageSource.Name);
259
string message = string.Format(Strings.VulnerabilityPage_UrlNotHttp, entry.
Name
, _sourceRepository.PackageSource.Name);
264
if (!pageNames.Add(entry.
Name
))
266
string message = string.Format(Strings.VulnerabilityPage_NameNotUnique, entry.
Name
, _sourceRepository.PackageSource.Name);