2 overrides of VisitForEachDeconstructStep
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
10214public override BoundNode? VisitForEachDeconstructStep(BoundForEachDeconstructStep node) 11498public override BoundNode? VisitForEachDeconstructStep(BoundForEachDeconstructStep node)
1 reference to VisitForEachDeconstructStep
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4094public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.VisitForEachDeconstructStep(this);