2 overrides of IfStatementKind
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.cs (1)
28protected override SyntaxKind IfStatementKind
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseCoalesceExpressionForIfNullStatementCheckDiagnosticAnalyzer.vb (1)
24Protected Overrides ReadOnly Property IfStatementKind As SyntaxKind = SyntaxKind.MultiLineIfBlock
1 reference to IfStatementKind
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
56=> context.RegisterSyntaxNodeAction(AnalyzeSyntax, this.IfStatementKind);