1 write to Name
NuGet.Protocol (1)
Model\V3VulnerabilityIndexEntry.cs (1)
32
Name
= name ?? throw new ArgumentNullException(nameof(name));
8 references to Name
NuGet.Protocol (8)
_generated\7\JsonContext.V3VulnerabilityIndexEntry.g.cs (2)
58
Getter = static obj => ((global::NuGet.Protocol.Model.V3VulnerabilityIndexEntry)obj).
Name
,
149
writer.WriteString(EncodedPropName_406E616D65, ((global::NuGet.Protocol.Model.V3VulnerabilityIndexEntry)value).
Name
);
Resources\VulnerabilityInfoResourceV3.cs (6)
94
var request = new HttpSourceCachedRequest(vulnerabilityPage.Url.OriginalString, "vuln_data_" + vulnerabilityPage.
Name
, httpSourceCacheContext);
211
string name = entry.
Name
;
249
string message = string.Format(Strings.VulnerabilityPage_NoUrl, entry.
Name
, _sourceRepository.PackageSource.Name);
256
string message = string.Format(Strings.VulnerabilityPage_UrlNotHttp, entry.
Name
, _sourceRepository.PackageSource.Name);
261
if (!pageNames.Add(entry.
Name
))
263
string message = string.Format(Strings.VulnerabilityPage_NameNotUnique, entry.
Name
, _sourceRepository.PackageSource.Name);