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