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