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