1 implementation of IBoundNodeWithIOperationChildren
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\Statement.cs (1)
10internal partial class BoundNode : IBoundNodeWithIOperationChildren
2 references to IBoundNodeWithIOperationChildren
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\Statement.cs (1)
12ImmutableArray<BoundNode?> IBoundNodeWithIOperationChildren.Children => this.Children;
Operations\CSharpOperationFactory.cs (1)
373internal ImmutableArray<IOperation> GetIOperationChildren(IBoundNodeWithIOperationChildren boundNodeWithChildren)