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