3 references to IntrospectiveSort
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
438ArraySortHelper<object, string>.IntrospectiveSort(unsortedValues, unsortedNames, EnumUnderlyingTypeComparer.Instance);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (2)
621IntrospectiveSort(keys, values, comparer ?? Comparer<TKey>.Default); 863ArraySortHelper<TKey, TValue>.IntrospectiveSort(keys, values, comparer);