4 references to LessThan
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (4)
1057while (LessThan(ref pivot, ref keys[--right])) 1102if (child < n && (keys[child - 1] == null || LessThan(ref keys[child - 1], ref keys[child]))) 1107if (keys[child - 1] == null || !LessThan(ref d, ref keys[child - 1])) 1127while (j >= 0 && (t == null || LessThan(ref t, ref keys[j])))