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