3 references to ComputeMaxEndNodes
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (3)
92ComputeMaxEndNodes(array, 0, in introspector); 221var leftMaxEndValue = ComputeMaxEndNodes(array, leftChildIndex, in introspector); 222var rightMaxEndValue = ComputeMaxEndNodes(array, rightChildIndex, in introspector);