7 references to LocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\ControlFlowPass.cs (1)
247
case BoundKind.
LocalFunctionStatement
:
FlowAnalysis\DataFlowsOutWalker.cs (1)
185
case BoundKind.
LocalFunctionStatement
:
FlowAnalysis\DefiniteAssignment.cs (1)
2158
if (stmt.Kind != BoundKind.
LocalFunctionStatement
)
Generated\BoundNodes.xml.Generated.cs (3)
3563
: base(BoundKind.
LocalFunctionStatement
, syntax, hasErrors || blockBody.HasErrors() || expressionBody.HasErrors())
9277
case BoundKind.
LocalFunctionStatement
:
17719
BoundKind.
LocalFunctionStatement
=> PipelinePhase.ClosureConversion,
Operations\CSharpOperationFactory.cs (1)
219
case BoundKind.
LocalFunctionStatement
: