4 references to MaxEndValue
Microsoft.CodeAnalysis.Workspaces (4)
ContextIntervalTree.cs (4)
66
if (root == null ||
MaxEndValue
(root) < start)
96
if (right != null && end <
MaxEndValue
(right))
106
if (left != null && end <=
MaxEndValue
(left))
149
if (parentNode.Left != null && end <=
MaxEndValue
(parentNode.Left))