1 instantiation of RelaxTestNamingSuppressor
Roslyn.Diagnostics.Analyzers.UnitTests (1)
RelaxTestNamingSuppressorTests.cs (1)
145
yield return new
RelaxTestNamingSuppressor
();
1 reference to RelaxTestNamingSuppressor
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);