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)
28
result = GetWeakRedElement(ref this.
_children
[i >> 1].Value, i);
41
var weak = this.
_children
[i >> 1].Value;