1 instantiation of ArraySortHelper
System.Private.CoreLib (1)
System\Collections\Generic\ArraySortHelper.NativeAot.cs (1)
27
private static readonly ArraySortHelper<TKey, TValue> s_defaultArraySortHelper = new
ArraySortHelper
<TKey, TValue>();
7 references to ArraySortHelper
System.Private.CoreLib (7)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
446
ArraySortHelper
<object, string>.IntrospectiveSort(unsortedValues, unsortedNames, EnumUnderlyingTypeComparer.Instance);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
2590
ArraySortHelper
<TKey, TValue>.Default.Sort(spanKeys, spanItems, comparer);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs (1)
863
ArraySortHelper
<TKey, TValue>.IntrospectiveSort(keys, values, comparer);
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
4432
ArraySortHelper
<TKey, TValue>.Default.Sort(keys, items, comparer);
4459
ArraySortHelper
<TKey, TValue>.Default.Sort(keys, items, new ComparisonComparer<TKey>(comparison));
System\Collections\Generic\ArraySortHelper.NativeAot.cs (2)
27
private static readonly
ArraySortHelper
<TKey, TValue> s_defaultArraySortHelper = new ArraySortHelper<TKey, TValue>();
29
public static
ArraySortHelper
<TKey, TValue> Default