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