1 override of VisitCollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15402
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)
9008
return
VisitCollectionBuilderElementsPlaceholder
((BoundCollectionBuilderElementsPlaceholder)node, arg);