5 references to ChildNodes
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2572
For Each child In node.
ChildNodes
Generated\BoundNodes.xml.Generated.vb (4)
7931
If declaration IsNot Me.Declaration OrElse childNodes <> Me.
ChildNodes
OrElse rewriterInfo IsNot Me.RewriterInfo OrElse type IsNot Me.Type Then
11888
Me.VisitList(node.
ChildNodes
)
12952
Dim childNodes As ImmutableArray(Of BoundExpression) = Me.VisitList(node.
ChildNodes
)
14374
New TreeDumperNode("childNodes", Nothing, From x In node.
ChildNodes
Select Visit(x, Nothing)),