5 references to ChildNodes
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2564For Each child In node.ChildNodes
Generated\BoundNodes.xml.Generated.vb (4)
8180If argument IsNot Me.Argument OrElse childNodes <> Me.ChildNodes OrElse rewriterInfo IsNot Me.RewriterInfo OrElse type IsNot Me.Type Then 11884Me.VisitList(node.ChildNodes) 12957Dim childNodes As ImmutableArray(Of BoundExpression) = Me.VisitList(node.ChildNodes) 14383New TreeDumperNode("childNodes", Nothing, From x In node.ChildNodes Select Visit(x, Nothing)),