1 instantiation of ClassDeclarationSyntaxReceiver
Microsoft.Gen.MetricsReports (1)
src\Generators\Shared\ClassDeclarationSyntaxReceiver.cs (1)
20
internal static ISyntaxReceiver Create() => new
ClassDeclarationSyntaxReceiver
();
2 references to ClassDeclarationSyntaxReceiver
Microsoft.Gen.MetricsReports (2)
MetricsReportsGenerator.cs (2)
39
context.RegisterForSyntaxNotifications(
ClassDeclarationSyntaxReceiver
.Create);
46
if (context.SyntaxReceiver is not
ClassDeclarationSyntaxReceiver
receiver ||