2 writes to Id
dotnet-aot (2)
Generated\361d1da7f942c932\SdkVulnerabilityJsonContext.SdkCveInfo.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.SdkVulnerability.SdkCveInfo(){
Id
= (string)args[0], Url = (string)args[1] },
parent\dotnet\SdkVulnerability\SdkVulnerabilityChecker.cs (1)
88
Id
= cve.Id,
3 references to Id
dotnet-aot (3)
Generated\361d1da7f942c932\SdkVulnerabilityJsonContext.SdkCveInfo.g.cs (2)
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.SdkVulnerability.SdkCveInfo)obj).
Id
,
114
writer.WriteString(PropName_Id, ((global::Microsoft.DotNet.Cli.SdkVulnerability.SdkCveInfo)value).
Id
);
parent\dotnet\SdkVulnerability\SdkVulnerabilityChecker.cs (1)
96
cves = cves.DistinctBy(c => c.
Id
).ToList();