3 references to BoundForEachStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachLoopBinder.cs (2)
446
return new
BoundForEachStatement
(
591
return new
BoundForEachStatement
(
Generated\BoundNodes.xml.Generated.cs (1)
4077
var result = new
BoundForEachStatement
(this.Syntax, enumeratorInfoOpt, elementPlaceholder, elementConversion, iterationVariableType, iterationVariables, iterationErrorExpressionOpt, expression, deconstructionOpt, awaitOpt, body, breakLabel, continueLabel, this.HasErrors);