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