6 references to LocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\ControlFlowPass.cs (1)
248case BoundKind.LocalFunctionStatement:
FlowAnalysis\DataFlowsOutWalker.cs (1)
185case BoundKind.LocalFunctionStatement:
FlowAnalysis\DefiniteAssignment.cs (1)
2193if (stmt.Kind != BoundKind.LocalFunctionStatement)
Generated\BoundNodes.xml.Generated.cs (2)
3507: base(BoundKind.LocalFunctionStatement, syntax, hasErrors || blockBody.HasErrors() || expressionBody.HasErrors()) 9010case BoundKind.LocalFunctionStatement:
Operations\CSharpOperationFactory.cs (1)
220case BoundKind.LocalFunctionStatement: