1 write to Name
Microsoft.Gen.ComplianceReports (1)
Parser.cs (1)
277
Name
= name,
4 references to Name
Microsoft.Gen.ComplianceReports (4)
Emitter.cs (4)
55
foreach (var c in member.Classifications.OrderBy(c => c.
Name
))
59
OutNameValue("Name", c.
Name
);
99
foreach (var c in p.Classifications.OrderBy(c => c.
Name
))
103
OutNameValue("Name", c.
Name
);