3 references to Rule
Roslyn.Diagnostics.CSharp.Analyzers (3)
PreferNullLiteral.cs (2)
33public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 78context.ReportDiagnostic(context.Operation.CreateDiagnostic(Rule));
PreferNullLiteralCodeFixProvider.cs (1)
28public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(PreferNullLiteral.Rule.Id);