1 write to _children
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList.SeparatedWithManyWeakChildren.cs (1)
18_children = new ArrayElement<WeakReference<SyntaxNode>?>[(((green.SlotCount + 1) >> 1) - 1)];
2 references to _children
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList.SeparatedWithManyWeakChildren.cs (2)
28result = GetWeakRedElement(ref this._children[i >> 1].Value, i); 41var weak = this._children[i >> 1].Value;