2 references to GetRightChildIndex
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (2)
218var rightChildIndex = GetRightChildIndex(currentNodeIndex); 310rightNode = GetRightChildIndex(node);