Base:
method
VisitForEachStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitForEachStatement(Microsoft.CodeAnalysis.CSharp.BoundForEachStatement)
3 overrides of VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\RefSafetyAnalysis.cs (1)
1067
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
BoundTree\BoundNode.cs (1)
662
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
216
public override BoundNode?
VisitForEachStatement
(BoundForEachStatement node)
1 reference to VisitForEachStatement
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundNode.cs (1)
665
base.
VisitForEachStatement
(node);