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