2 overrides of ShouldIgnore
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpNamingStyleDiagnosticAnalyzer.cs (1)
27
protected override bool
ShouldIgnore
(ISymbol symbol)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicNamingStyleDiagnosticAnalyzer.vb (1)
21
Protected Overrides Function
ShouldIgnore
(symbol As ISymbol) As Boolean
1 reference to ShouldIgnore
Microsoft.CodeAnalysis.Features (1)
NamingStyleDiagnosticAnalyzerBase.cs (1)
121
if (
ShouldIgnore
(symbol))