3 overrides of VisitObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
3659
public override BoundNode
VisitObjectOrCollectionValuePlaceholder
(BoundObjectOrCollectionValuePlaceholder node)
Generated\BoundNodes.xml.Generated.cs (2)
9806
public override BoundNode?
VisitObjectOrCollectionValuePlaceholder
(BoundObjectOrCollectionValuePlaceholder node) => null;
10850
public override BoundNode?
VisitObjectOrCollectionValuePlaceholder
(BoundObjectOrCollectionValuePlaceholder node)
1 reference to VisitObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
691
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitObjectOrCollectionValuePlaceholder
(this);