3 references to TrySZSort
mscorlib (3)
system\array.cs (3)
1751
bool r =
TrySZSort
(keys, items, index, index + length - 1);
1837
if(
TrySZSort
(array, null, index, index + length - 1)) {
1866
if(
TrySZSort
(keys, items, index, index + length - 1)) {