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