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