1 reference to AnalyzeIfStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseCompoundAssignment\CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer.cs (1)
45
context.RegisterSyntaxNodeAction(
AnalyzeIfStatement
, SyntaxKind.IfStatement);