1 write to Children
Microsoft.CodeAnalysis (1)
Operations\OperationNodes.cs (1)
21
Children
= SetParentOperation(children, this);
9 references to Children
Microsoft.CodeAnalysis (9)
Operations\IOperation.OperationList.cs (1)
42
case NoneOperation {
Children
: var children }:
Operations\IOperation.OperationList.Reversed.cs (1)
45
case NoneOperation {
Children
: var children }:
Operations\OperationNodes.cs (7)
31
0 when index <
Children
.Length
32
=>
Children
[index],
36
internal override int ChildOperationsCount =>
Children
.Length;
43
if (!
Children
.IsEmpty) return (true, 0, 0);
45
case 0 when previousIndex + 1 <
Children
.Length:
58
int.MaxValue when !
Children
.IsEmpty => (true, 0,
Children
.Length - 1),