4 references to Rule
Roslyn.Diagnostics.Analyzers (4)
TestExportsShouldNotBeDiscoverable.cs (3)
40
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
91
context.ReportDiagnostic(context.Symbol.CreateDiagnostic(
Rule
, namedType.Name));
96
context.ReportDiagnostic(exportAttributeApplication.ApplicationSyntaxReference.CreateDiagnostic(
Rule
, context.CancellationToken, namedType.Name));
TestExportsShouldNotBeDiscoverableCodeFixProvider.cs (1)
29
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(TestExportsShouldNotBeDiscoverable.
Rule
.Id);