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
InternalStringComparer.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200065E")]
8 [global::System.Serializable]
9 internal sealed class InternalStringComparer : EqualityComparer<string>
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60031B6")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C153E0", Offset = "0x1C153E0", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
15 public override int GetHashCode(string obj)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60031B7")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1C15400", Offset = "0x1C15400", Length = "0x30")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
25 public override bool Equals(string x, string y)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x60031B8")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C15430", Offset = "0x1C15430", Length = "0x6C")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
35 {
36 typeof(string),
37 typeof(string)
38 }, ReturnType = typeof(bool))]
39 internal override int IndexOf(string[] array, string value, int startIndex, int count)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60031B9")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C1549C", Offset = "0x1C1549C", Length = "0x48")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EqualityComparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.EqualityComparer`1<T>")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EqualityComparer<object>), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
51 {
52 throw null;
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
override int IndexOf(string[] array, string value, int startIndex, int count)