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
ByteEqualityComparer.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000659")]
8 [global::System.Serializable]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600319B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C15114", Offset = "0x1C15114", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 public override bool Equals(byte x, byte y)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600319C")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1C15124", Offset = "0x1C15124", Length = "0x1C")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "GetHashCode", ReturnType = typeof(int))]
24 public override int GetHashCode(byte b)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x600319D")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1C15140", Offset = "0x1C15140", Length = "0x180")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Buffer), Member = "IndexOfByte", MemberParameters = new object[]
34 {
35 typeof(byte*),
36 typeof(byte),
37 typeof(int),
38 typeof(int)
39 }, ReturnType = typeof(int))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
43 {
44 typeof(string),
45 typeof(string)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
49 internal unsafe override int IndexOf(byte[] array, byte value, int startIndex, int count)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600319E")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1C152C0", Offset = "0x1C152C0", Length = "0x38")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 internal override int LastIndexOf(byte[] array, byte value, int startIndex, int count)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x600319F")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1C152F8", Offset = "0x1C152F8", Length = "0x78")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
68 public override bool Equals(object obj)
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x60031A0")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1C15370", Offset = "0x1C15370", Length = "0x28")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 public override int GetHashCode()
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x60031A1")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1C15398", Offset = "0x1C15398", Length = "0x48")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EqualityComparer<>), Member = "CreateComparer", ReturnType = "System.Collections.Generic.EqualityComparer`1<T>")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EqualityComparer<byte>), Member = ".ctor", ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
91 {
92 throw null;
93 }
94 }
95}
class f__AnonymousType0<< Count > j__TPar
override int LastIndexOf(byte[] array, byte value, int startIndex, int count)
unsafe override int IndexOf(byte[] array, byte value, int startIndex, int count)