6 references to TypeDeclarations
Microsoft.Gen.ComplianceReports (6)
ComplianceReportsGenerator.cs (2)
53
if (receiver == null || receiver.
TypeDeclarations
.Count == 0)
72
var classifiedTypes = parser.GetClassifiedTypes(receiver.
TypeDeclarations
);
src\Generators\Shared\TypeDeclarationSyntaxReceiver.cs (4)
32
TypeDeclarations
.Add(classSyntax);
36
TypeDeclarations
.Add(structSyntax);
40
TypeDeclarations
.Add(recordSyntax);
44
TypeDeclarations
.Add(interfaceSyntax);