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)
13877
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
804
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ClosureConversion\ClosureConversion.cs (1)
1433
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\ExtensionMethodBodyRewriter.cs (1)
108
public override BoundNode?
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\LocalRewriter\LocalRewriter.cs (1)
385
public override BoundNode
VisitLocalFunctionStatement
(BoundLocalFunctionStatement node)
Lowering\SpillSequenceSpiller.cs (1)
1417
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)
448
return base.
VisitLocalFunctionStatement
(node)!;
Lowering\SpillSequenceSpiller.cs (1)
1421
var result = base.
VisitLocalFunctionStatement
(node);