2 references to GreaterThan
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (2)
405if (i != null && GreaterThan(ref i, ref j)) 507while (leftIndex < nextToLastIndex && GreaterThan(ref pivot, ref keys[++leftIndex]))