4 references to IntrospectiveSort
mscorlib (4)
system\collections\generic\arraysorthelper.cs (2)
151IntrospectiveSort(keys, index, length, comparer); 514ArraySortHelper<T>.IntrospectiveSort(keys, index, length, comparer);
system\diagnostics\eventing\eventsource.cs (1)
6520ArraySortHelper<string>.IntrospectiveSort(sortedStrings, 0, sortedStrings.Length, Comparer<string>.Default);
system\rttype.cs (1)
3080ArraySortHelper<ConstructorInfo>.IntrospectiveSort(constructors, 0, constructors.Length, ConstructorInfoComparer.SortByMetadataToken);