2 references to GetWeakRedElement
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList.SeparatedWithManyWeakChildren.cs (1)
28
result =
GetWeakRedElement
(ref this._children[i >> 1].Value, i);
Syntax\SyntaxList.WithManyWeakChildren.cs (1)
47
return
GetWeakRedElement
(ref _children[index].Value, index);