1 override of ShouldIgnore
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\NamingStyle\CSharpNamingStyleDiagnosticAnalyzer.cs (1)
28protected override bool ShouldIgnore(ISymbol symbol)
1 reference to ShouldIgnore
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\NamingStyle\NamingStyleDiagnosticAnalyzerBase.cs (1)
126if (ShouldIgnore(symbol))