2 types derived from UseLiteralsWhereAppropriateAnalyzer
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpUseLiteralsWhereAppropriate.cs (1)
12
public sealed class CSharpUseLiteralsWhereAppropriate :
UseLiteralsWhereAppropriateAnalyzer
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\BasicUseLiteralsWhereAppropriate.vb (1)
10
Inherits
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);