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