2 references to BoundLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
608
return new
BoundLocalFunctionStatement
(node, localSymbol, blockBody, expressionBody, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3528
var result = new
BoundLocalFunctionStatement
(this.Syntax, symbol, blockBody, expressionBody, this.HasErrors);