1 override of VisitForEachDeconstructStep
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15887
public override TreeDumperNode
VisitForEachDeconstructStep
(BoundForEachDeconstructStep node, object? arg) => new TreeDumperNode("forEachDeconstructStep", null, new TreeDumperNode[]
1 reference to VisitForEachDeconstructStep
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9043
return
VisitForEachDeconstructStep
((BoundForEachDeconstructStep)node, arg);