1 implementation of Children
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\Statement.cs (1)
12ImmutableArray<BoundNode?> IBoundNodeWithIOperationChildren.Children => this.Children;
1 reference to Children
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
375var children = boundNodeWithChildren.Children;