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
OrdinalIgnoreCaseComparer.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000101")]
10 [global::System.Serializable]
11 internal sealed class OrdinalIgnoreCaseComparer : global::System.OrdinalComparer, global::System.Runtime.Serialization.ISerializable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600099C")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C4AA60", Offset = "0x1C4AA60", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.OrdinalComparer), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600099D")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C4B384", Offset = "0x1C4B384", Length = "0x18")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(string),
29 typeof(global::System.StringComparison)
30 }, ReturnType = typeof(int))]
31 public override int Compare(string x, string y)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x600099E")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1C4B39C", Offset = "0x1C4B39C", Length = "0x18")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(string),
43 typeof(global::System.StringComparison)
44 }, ReturnType = typeof(bool))]
45 public override bool Equals(string x, string y)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600099F")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1C4B3B4", Offset = "0x1C4B3B4", Length = "0x64")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CompareInfo), Member = "GetIgnoreCaseHash", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ThrowHelper), Member = "ThrowArgumentNullException", MemberParameters = new object[] { typeof(global::System.ExceptionArgument) }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 public override int GetHashCode(string obj)
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x60009A0")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1C4B418", Offset = "0x1C4B418", Length = "0xAC")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "SetType", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
67 {
68 typeof(string),
69 typeof(bool)
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
72 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
73 {
74 throw null;
75 }
76 }
77}
class f__AnonymousType0<< Count > j__TPar
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
override int Compare(string x, string y)
override bool Equals(string x, string y)