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