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