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