2 references to BoundIfStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
2625result = new BoundIfStatement(node, condition, consequence, alternative);
Generated\BoundNodes.xml.Generated.cs (1)
3882var result = new BoundIfStatement(this.Syntax, condition, consequence, alternativeOpt, this.HasErrors);