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