1 write to EnforcementLevel
Microsoft.CodeAnalysis.CodeStyle (1)
NamingRule.cs (1)
21
EnforcementLevel
= enforcementLevel;
6 references to EnforcementLevel
Microsoft.CodeAnalysis.CodeStyle (6)
EditorConfigFileGenerator_NamingStyles.cs (1)
25
EnforcementLevel = x.
EnforcementLevel
,
EditorConfigNamingStyleParser.cs (3)
88
.ThenBy(rule => ruleNames[(rule.SymbolSpecification.ID, rule.NamingStyle.ID, rule.
EnforcementLevel
)], StringComparer.OrdinalIgnoreCase)
89
.ThenBy(rule => ruleNames[(rule.SymbolSpecification.ID, rule.NamingStyle.ID, rule.
EnforcementLevel
)], StringComparer.Ordinal);
99
EnforcementLevel = rule.
EnforcementLevel
,
NamingStyleDiagnosticAnalyzerBase.cs (2)
141
applicableRule.
EnforcementLevel
== ReportDiagnostic.Suppress)
168
return DiagnosticHelper.Create(Descriptor, symbol.Locations.First(), applicableRule.
EnforcementLevel
, additionalLocations: null, builder.ToImmutable(), failureReason);