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
InvariantComparer.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000080")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60001F4")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1EA2310", Offset = "0x1EA2310", Length = "0x74")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InvariantComparer), Member = ".cctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x60001F5")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1EA2384", Offset = "0x1EA2384", Length = "0xE0")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparer), Member = "Compare", MemberParameters = new object[]
31 {
32 typeof(object),
33 typeof(object)
34 }, ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
36 public int Compare(object a, object b)
37 {
38 throw null;
39 }
40
41 // Note: this type is marked as 'beforefieldinit'.
42 [global::Cpp2ILInjected.Token(Token = "0x60001F6")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1EA2464", Offset = "0x1EA2464", Length = "0x58")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvariantComparer), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x400016B")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
55
56 [global::Cpp2ILInjected.Token(Token = "0x400016C")]
58 }
59}
class f__AnonymousType0<< Count > j__TPar
int Compare(object a, object b)
static readonly InvariantComparer Default