Base:
method
VisitForEachStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitForEachStatement(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement)
3 overrides of VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\RefSafetyAnalysis.cs (1)
854
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
BoundTree\BoundNode.cs (1)
600
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
133
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
2 references to VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (2)
Binder\RefSafetyAnalysis.cs (1)
875
base.
VisitForEachStatement
(node);
BoundTree\BoundNode.cs (1)
603
base.
VisitForEachStatement
(node);