2 references to GetLeftChildIndex
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (2)
217var leftChildIndex = GetLeftChildIndex(currentNodeIndex); 304leftNode = GetLeftChildIndex(node);