1 type derived from UseLiteralsWhereAppropriateAnalyzer
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpUseLiteralsWhereAppropriate.cs (1)
12
public sealed class CSharpUseLiteralsWhereAppropriate :
UseLiteralsWhereAppropriateAnalyzer
1 reference to UseLiteralsWhereAppropriateAnalyzer
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\UseLiteralsWhereAppropriate.Fixer.cs (1)
21
public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(
UseLiteralsWhereAppropriateAnalyzer
.RuleId);