1 implementation of IBoundNodeWithIOperationChildren
Microsoft.CodeAnalysis.VisualBasic (1)
BoundTree\Statement.vb (1)
13
Implements
IBoundNodeWithIOperationChildren
2 references to IBoundNodeWithIOperationChildren
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\Statement.vb (1)
15
Public ReadOnly Property IBoundNodeWithIOperationChildren_Children As ImmutableArray(Of BoundNode) Implements
IBoundNodeWithIOperationChildren
.Children
Operations\VisualBasicOperationFactory.vb (1)
341
Dim boundNodeWithChildren = DirectCast(boundNode,
IBoundNodeWithIOperationChildren
)