4 references to MaxEndValue
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (4)
69if (root == null || MaxEndValue(root) < start) 99if (right != null && end < MaxEndValue(right)) 109if (left != null && end <= MaxEndValue(left)) 159if (parentNode.Left != null && end <= MaxEndValue(parentNode.Left))