2 references to Rule
Roslyn.Diagnostics.Analyzers.UnitTests (2)
RelaxTestNamingSuppressorTests.cs (2)
110public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(Rule); 134context.ReportDiagnostic(Diagnostic.Create(Rule, method.Locations[0]));