2 references to MaxEndValue
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\MutableIntervalTree`1.Node.cs (2)
40
var leftEndValue =
MaxEndValue
(left, in introspector);
41
var rightEndValue =
MaxEndValue
(right, in introspector);