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)
23return this.GetRedElement(ref _children[index].Value, index); 28return _children[index];