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