1 write to _children
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList.SeparatedWithManyChildren.cs (1)
16_children = new ArrayElement<SyntaxNode?>[(green.SlotCount + 1) >> 1];
2 references to _children
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList.SeparatedWithManyChildren.cs (2)
27return this.GetRedElement(ref _children[i >> 1].Value, i); 38return _children[i >> 1].Value;