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