1 implementation of IBoundNodeWithIOperationChildren_Children
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\Statement.vb (1)
15
Public ReadOnly Property
IBoundNodeWithIOperationChildren_Children
As ImmutableArray(Of BoundNode) Implements IBoundNodeWithIOperationChildren.Children
4 references to IBoundNodeWithIOperationChildren_Children
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\Statement.vb (1)
15
Public ReadOnly Property IBoundNodeWithIOperationChildren_Children As ImmutableArray(Of BoundNode) Implements IBoundNodeWithIOperationChildren.
Children
Operations\VisualBasicOperationFactory.vb (3)
342
If boundNodeWithChildren.
Children
.IsDefaultOrEmpty Then
346
Dim builder = ArrayBuilder(Of IOperation).GetInstance(boundNodeWithChildren.
Children
.Length)
347
For Each childNode In boundNodeWithChildren.
Children