3 references to RuleWithSuggestion
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\Maintainability\UseNameofInPlaceOfString.cs (3)
36
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
RuleWithSuggestion
);
73
context.ReportDiagnostic(argument.Value.CreateDiagnostic(
RuleWithSuggestion
, stringText));
80
context.ReportDiagnostic(argument.Value.CreateDiagnostic(
RuleWithSuggestion
, stringText));