3 references to NamespaceRule
Text.Analyzers (2)
IdentifiersShouldBeSpelledCorrectly.cs (2)
218
NamespaceRule
,
490
SymbolKind.Namespace => symbol.CreateDiagnostic(
NamespaceRule
, misspelledWord, symbol.ToDisplayString()),
Text.Analyzers.UnitTests (1)
IdentifiersShouldBeSpelledCorrectlyTests.cs (1)
211
VerifyCS.Diagnostic(IdentifiersShouldBeSpelledCorrectlyAnalyzer.
NamespaceRule
)