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