2 references to GreaterThan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (2)
391
if (i != null &&
GreaterThan
(ref i, ref j))
486
while (Unsafe.IsAddressLessThan(ref leftRef, ref nextToLastRef) &&
GreaterThan
(ref pivot, ref leftRef = ref Unsafe.Add(ref leftRef, 1))) ;