9 references to ChildBoundNodes
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1329For Each child In node.ChildBoundNodes
BoundTree\Statement.vb (2)
54Return Me.ChildBoundNodes 60Return ChildBoundNodes
Generated\BoundNodes.xml.Generated.vb (4)
664If childBoundNodes <> Me.ChildBoundNodes Then 11112Me.VisitList(node.ChildBoundNodes) 12069Dim childBoundNodes As ImmutableArray(Of BoundNode) = Me.VisitList(node.ChildBoundNodes) 13179New TreeDumperNode("childBoundNodes", Nothing, From x In node.ChildBoundNodes Select Visit(x, Nothing))
Operations\VisualBasicOperationFactory.vb (2)
1308For Each child In boundBadStatement.ChildBoundNodes 1316Dim children = CreateFromArray(Of BoundNode, IOperation)(boundBadStatement.ChildBoundNodes)