1 write to _children
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList.WithManyChildren.cs (1)
18
_children
= new ArrayElement<SyntaxNode?>[green.SlotCount];
2 references to _children
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList.WithManyChildren.cs (2)
23
return this.GetRedElement(ref
_children
[index].Value, index);
28
return
_children
[index];