5 references to GetRedElement
Microsoft.CodeAnalysis (5)
Syntax\SyntaxList.SeparatedWithManyChildren.cs (1)
27return this.GetRedElement(ref _children[i >> 1].Value, i);
Syntax\SyntaxList.WithManyChildren.cs (1)
23return this.GetRedElement(ref _children[index].Value, index);
Syntax\SyntaxList.WithThreeChildren.cs (2)
27return this.GetRedElement(ref _child0, 0); 31return this.GetRedElement(ref _child2, 2);
Syntax\SyntaxList.WithTwoChildren.cs (1)
28return this.GetRedElement(ref _child0, 0);