4 references to MaxEndValue
GenerateDocumentationAndConfigFiles (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\ContextMutableIntervalTree.cs (4)
65if (root == null || MaxEndValue(root) < start) 95if (right != null && end < MaxEndValue(right)) 105if (left != null && end <= MaxEndValue(left)) 155if (parentNode.Left != null && end <= MaxEndValue(parentNode.Left))