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