3 references to Rule
Roslyn.Diagnostics.Analyzers (2)
RelaxTestNamingSuppressor.cs (2)
28
public override ImmutableArray<SuppressionDescriptor> SupportedSuppressions { get; } = ImmutableArray.Create(
Rule
);
57
context.ReportSuppression(Suppression.Create(
Rule
, diagnostic));
Roslyn.Diagnostics.Analyzers.UnitTests (1)
RelaxTestNamingSuppressorTests.cs (1)
108
public static readonly DiagnosticDescriptor Rule = new(RelaxTestNamingSuppressor.
Rule
.SuppressedDiagnosticId, "Title", "Message", "Category", DiagnosticSeverity.Warning, isEnabledByDefault: true);