7 references to SwapIfGreater
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (7)
src\Dependencies\Collections\Internal\ArraySortHelper.cs (7)
159
SwapIfGreater
(keys, comparer!, 0, 1);
165
SwapIfGreater
(keys, comparer!, 0, 1);
166
SwapIfGreater
(keys, comparer!, 0, 2);
167
SwapIfGreater
(keys, comparer!, 1, 2);
201
SwapIfGreater
(keys, comparer!, 0, middle); // swap the low with the mid point
202
SwapIfGreater
(keys, comparer!, 0, hi); // swap the low with the high
203
SwapIfGreater
(keys, comparer!, middle, hi); // swap the middle with the high