2 writes to Id
Microsoft.Deployment.DotNet.Releases (2)
Cve.cs (2)
39Id = cveElement.GetStringOrDefault("cve-id"); 50Id = id;
5 references to Id
dotnet (2)
SdkVulnerability\SdkVulnerabilityChecker.cs (2)
88Id = cve.Id, 89Url = cve.DescriptionLink?.ToString() ?? $"https://cve.mitre.org/cgi-bin/cvename.cgi?name={cve.Id}"
Microsoft.Deployment.DotNet.Releases (3)
Cve.cs (3)
61Id == other.Id && DescriptionLink == other.DescriptionLink; 78public override int GetHashCode() => Id.GetHashCode() ^ DescriptionLink.GetHashCode();