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