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