3 references to Rule
Roslyn.Diagnostics.CSharp.Analyzers (3)
CSharpAvoidOptSuffixForNullableEnableCode.cs (2)
41
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
79
reportAction(identifier.CreateDiagnostic(
Rule
));
CSharpAvoidOptSuffixForNullableEnableCodeCodeFixProvider.cs (1)
26
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(CSharpAvoidOptSuffixForNullableEnableCode.
Rule
.Id);