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