12 references to RegisterForSyntaxNotifications
Microsoft.Gen.BuildMetadata.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.ComplianceReports (1)
ComplianceReportsGenerator.cs (1)
47context.RegisterForSyntaxNotifications(TypeDeclarationSyntaxReceiver.Create);
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.Logging.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.MetadataExtractor (3)
MetadataReportsGenerator.cs (1)
50context.RegisterForSyntaxNotifications(TypeDeclarationSyntaxReceiver.Create);
src\Generators\Microsoft.Gen.ComplianceReports\ComplianceReportsGenerator.cs (1)
47context.RegisterForSyntaxNotifications(TypeDeclarationSyntaxReceiver.Create);
src\Generators\Microsoft.Gen.MetricsReports\MetricsReportsGenerator.cs (1)
34context.RegisterForSyntaxNotifications(ClassDeclarationSyntaxReceiver.Create);
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.Metrics.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);
Microsoft.Gen.MetricsReports (1)
MetricsReportsGenerator.cs (1)
34context.RegisterForSyntaxNotifications(ClassDeclarationSyntaxReceiver.Create);
Microsoft.Gen.MetricsReports.Unit.Tests (1)
test\Generators\Shared\RoslynTestUtils.cs (1)
349context.RegisterForSyntaxNotifications(() => _receiver);