1 instantiation of ConstructorInfoComparer
mscorlib (1)
system\rttype.cs (1)
3042internal static readonly ConstructorInfoComparer SortByMetadataToken = new ConstructorInfoComparer();
2 references to ConstructorInfoComparer
mscorlib (2)
system\rttype.cs (2)
3042internal static readonly ConstructorInfoComparer SortByMetadataToken = new ConstructorInfoComparer(); 3080ArraySortHelper<ConstructorInfo>.IntrospectiveSort(constructors, 0, constructors.Length, ConstructorInfoComparer.SortByMetadataToken);