3 overrides of VisitDeconstructValuePlaceholder
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
3654
public override BoundNode
VisitDeconstructValuePlaceholder
(BoundDeconstructValuePlaceholder node)
Generated\BoundNodes.xml.Generated.cs (2)
9802
public override BoundNode?
VisitDeconstructValuePlaceholder
(BoundDeconstructValuePlaceholder node) => null;
10830
public override BoundNode?
VisitDeconstructValuePlaceholder
(BoundDeconstructValuePlaceholder node)
1 reference to VisitDeconstructValuePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
554
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitDeconstructValuePlaceholder
(this);