1 override of VisitDagDeconstructEvaluation
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
16181
public override TreeDumperNode
VisitDagDeconstructEvaluation
(BoundDagDeconstructEvaluation node, object? arg) => new TreeDumperNode("dagDeconstructEvaluation", null, new TreeDumperNode[]
1 reference to VisitDagDeconstructEvaluation
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9115
return
VisitDagDeconstructEvaluation
((BoundDagDeconstructEvaluation)node, arg);