1 override of VisitCollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15603
public override TreeDumperNode
VisitCollectionBuilderElementsPlaceholder
(BoundCollectionBuilderElementsPlaceholder node, object? arg) => new TreeDumperNode("collectionBuilderElementsPlaceholder", null, new TreeDumperNode[]
1 reference to VisitCollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9110
return
VisitCollectionBuilderElementsPlaceholder
((BoundCollectionBuilderElementsPlaceholder)node, arg);