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)
13558
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
791
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1422
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ExtensionMethodBodyRewriter.cs (1)
108
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\LocalRewriter\LocalRewriter.cs (1)
380
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\SpillSequenceSpiller.cs (1)
1414
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
3 references to VisitLocalFunctionStatement
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
801
var result = (BoundLocalFunctionStatement)base.
VisitLocalFunctionStatement
(node);
Lowering\LocalRewriter\LocalRewriter.cs (1)
443
return base.
VisitLocalFunctionStatement
(node)!;
Lowering\SpillSequenceSpiller.cs (1)
1418
var result = base.
VisitLocalFunctionStatement
(node);