1 override of VisitDeconstructValuePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15010
public override TreeDumperNode
VisitDeconstructValuePlaceholder
(BoundDeconstructValuePlaceholder node, object? arg) => new TreeDumperNode("deconstructValuePlaceholder", null, new TreeDumperNode[]
1 reference to VisitDeconstructValuePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8845
return
VisitDeconstructValuePlaceholder
((BoundDeconstructValuePlaceholder)node, arg);