2 references to MaxEndValue
Microsoft.CodeAnalysis.CodeStyle (2)
IntervalTree`1.Node.cs (2)
40
var leftEndValue =
MaxEndValue
(left, in introspector);
41
var rightEndValue =
MaxEndValue
(right, in introspector);