1 instantiation of ClassDeclarationSyntaxReceiver
Microsoft.Gen.MetadataExtractor (1)
ClassDeclarationSyntaxReceiver.cs (1)
20internal static ISyntaxReceiver Create() => new ClassDeclarationSyntaxReceiver();
2 references to ClassDeclarationSyntaxReceiver
Microsoft.Gen.MetadataExtractor (2)
MetricsReportsGenerator.cs (2)
34context.RegisterForSyntaxNotifications(ClassDeclarationSyntaxReceiver.Create); 40if (context.SyntaxReceiver is not ClassDeclarationSyntaxReceiver receiver ||