1 override of VisitListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
15070
public override TreeDumperNode
VisitListPatternIndexPlaceholder
(BoundListPatternIndexPlaceholder node, object? arg) => new TreeDumperNode("listPatternIndexPlaceholder", null, new TreeDumperNode[]
1 reference to VisitListPatternIndexPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8861
return
VisitListPatternIndexPlaceholder
((BoundListPatternIndexPlaceholder)node, arg);