3 references to VariableRule
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
220
VariableRule
,
500
SymbolKind.Local => symbol.CreateDiagnostic(
VariableRule
, misspelledWord, symbol.ToDisplayString()),
Text.Analyzers.UnitTests (1)
IdentifiersShouldBeSpelledCorrectlyTests.cs (1)
325
VerifyCS.Diagnostic(IdentifiersShouldBeSpelledCorrectlyAnalyzer.
VariableRule
)