Base:
method
VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitLocalFunctionStatement(Microsoft.CodeAnalysis.CSharp.BoundLocalFunctionStatement)
6 overrides of VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (1)
13595
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
804
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1423
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ExtensionMethodBodyRewriter.cs (1)
108
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\LocalRewriter\LocalRewriter.cs (1)
384
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\SpillSequenceSpiller.cs (1)
1416
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
3 references to VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
814
var result = (BoundLocalFunctionStatement)base.
VisitLocalFunctionStatement
(node);
Lowering\LocalRewriter\LocalRewriter.cs (1)
447
return base.
VisitLocalFunctionStatement
(node)!;
Lowering\SpillSequenceSpiller.cs (1)
1420
var result = base.
VisitLocalFunctionStatement
(node);