3 overrides of VisitCollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
3711
public override BoundNode
VisitCollectionBuilderElementsPlaceholder
(BoundCollectionBuilderElementsPlaceholder node)
Generated\BoundNodes.xml.Generated.cs (2)
9962
public override BoundNode?
VisitCollectionBuilderElementsPlaceholder
(BoundCollectionBuilderElementsPlaceholder node) => null;
11050
public override BoundNode?
VisitCollectionBuilderElementsPlaceholder
(BoundCollectionBuilderElementsPlaceholder node)
1 reference to VisitCollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
914
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitCollectionBuilderElementsPlaceholder
(this);