terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IntrospectiveSortUtilities.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200064E")]
8 internal static class IntrospectiveSortUtilities
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600314F")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1C15080", Offset = "0x1C15080", Length = "0x34")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Array.SorterObjectArray", Member = "IntrospectiveSort", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(int)
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Array.SorterGenericArray", Member = "IntrospectiveSort", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(int)
22 }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArraySortHelper<>), Member = "IntrospectiveSort", MemberParameters = new object[]
24 {
25 "T[]",
26 typeof(int),
27 typeof(int),
28 "System.Comparison`1<T>"
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArraySortHelper<, >), Member = "IntrospectiveSort", MemberParameters = new object[]
31 {
32 "TKey[]",
33 "TValue[]",
34 typeof(int),
35 typeof(int),
36 "System.Collections.Generic.IComparer`1<TKey>"
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
39 internal static int FloorLog2PlusOne(int n)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6003150")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C150B4", Offset = "0x1C150B4", Length = "0x60")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Array.SorterObjectArray", Member = "IntrospectiveSort", MemberParameters = new object[]
47 {
48 typeof(int),
49 typeof(int)
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Array.SorterGenericArray", Member = "IntrospectiveSort", MemberParameters = new object[]
52 {
53 typeof(int),
54 typeof(int)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArraySortHelper<>), Member = "Sort", MemberParameters = new object[]
57 {
58 "T[]",
59 typeof(int),
60 typeof(int),
61 "System.Collections.Generic.IComparer`1<T>"
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArraySortHelper<>), Member = "Sort", MemberParameters = new object[]
64 {
65 "T[]",
66 typeof(int),
67 typeof(int),
68 "System.Comparison`1<T>"
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArraySortHelper<, >), Member = "Sort", MemberParameters = new object[]
71 {
72 "TKey[]",
73 "TValue[]",
74 typeof(int),
75 typeof(int),
76 "System.Collections.Generic.IComparer`1<TKey>"
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
80 {
81 typeof(string),
82 typeof(object)
83 }, ReturnType = typeof(string))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
86 internal static void ThrowOrIgnoreBadComparer(object comparer)
87 {
88 throw null;
89 }
90 }
91}
class f__AnonymousType0<< Count > j__TPar