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)
27
return this.GetRedElement(ref
_children
[i >> 1].Value, i);
38
return
_children
[i >> 1].Value;