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
ValueTuple.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200011B")]
11 [global::System.Serializable]
12 public struct ValueTuple : global::System.IEquatable<global::System.ValueTuple>, global::System.Collections.IStructuralEquatable, global::System.Collections.IStructuralComparable, global::System.IComparable, global::System.IComparable<global::System.ValueTuple>, global::System.IValueTupleInternal, global::System.Runtime.CompilerServices.ITuple
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000B0C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C53208", Offset = "0x1C53208", Length = "0x5C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 public override bool Equals(object obj)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6000B0D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C53264", Offset = "0x1C53264", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 public bool Equals(global::System.ValueTuple other)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000B0E")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1C5326C", Offset = "0x1C5326C", Length = "0x5C")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
37 private bool System.Collections.IStructuralEquatable.Equals(object other, global::System.Collections.IEqualityComparer comparer)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000B0F")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C532C8", Offset = "0x1C532C8", Length = "0x108")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(object)
51 }, ReturnType = typeof(string))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
53 {
54 typeof(string),
55 typeof(string)
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
58 private int System.IComparable.CompareTo(object other)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x6000B10")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1C533D0", Offset = "0x1C533D0", Length = "0x8")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 public int CompareTo(global::System.ValueTuple other)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000B11")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1C533D8", Offset = "0x1C533D8", Length = "0x108")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
77 {
78 typeof(string),
79 typeof(object)
80 }, ReturnType = typeof(string))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
82 {
83 typeof(string),
84 typeof(string)
85 }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
87 private int System.Collections.IStructuralComparable.CompareTo(object other, global::System.Collections.IComparer comparer)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6000B12")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1C534E0", Offset = "0x1C534E0", Length = "0x8")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 public override int GetHashCode()
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x6000B13")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1C534E8", Offset = "0x1C534E8", Length = "0x8")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 private int System.Collections.IStructuralEquatable.GetHashCode(global::System.Collections.IEqualityComparer comparer)
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x6000B14")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1C534F0", Offset = "0x1C534F0", Length = "0x8")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 private int System.IValueTupleInternal.GetHashCode(global::System.Collections.IEqualityComparer comparer)
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x6000B15")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1C534F8", Offset = "0x1C534F8", Length = "0x40")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
120 public override string ToString()
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x6000B16")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1C53538", Offset = "0x1C53538", Length = "0x40")]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x170000F4")]
136 {
137 [global::Cpp2ILInjected.Token(Token = "0x6000B17")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1C53578", Offset = "0x1C53578", Length = "0x8")]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 get
141 {
142 throw null;
143 }
144 }
145
146 [global::Cpp2ILInjected.Token(Token = "0x6000B18")]
147 [global::Cpp2ILInjected.Address(RVA = "0x1C53580", Offset = "0x1C53580", Length = "0x7C")]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
149 {
150 typeof(int),
151 typeof(int),
152 typeof(int)
153 }, ReturnType = typeof(int))]
154 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, >), Member = "GetHashCode", ReturnType = typeof(int))]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
157 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
158 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
160 {
161 typeof(int),
162 typeof(int)
163 }, ReturnType = typeof(int))]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
165 internal static int CombineHashCodes(int h1, int h2)
166 {
167 throw null;
168 }
169
170 [global::Cpp2ILInjected.Token(Token = "0x6000B19")]
171 [global::Cpp2ILInjected.Address(RVA = "0x1C535FC", Offset = "0x1C535FC", Length = "0x80")]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
173 {
174 typeof(int),
175 typeof(int),
176 typeof(int),
177 typeof(int)
178 }, ReturnType = typeof(int))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , >), Member = "GetHashCode", ReturnType = typeof(int))]
180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
181 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
185 {
186 typeof(int),
187 typeof(int)
188 }, ReturnType = typeof(int))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
190 {
191 typeof(int),
192 typeof(int)
193 }, ReturnType = typeof(int))]
194 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
195 internal static int CombineHashCodes(int h1, int h2, int h3)
196 {
197 throw null;
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x6000B1A")]
201 [global::Cpp2ILInjected.Address(RVA = "0x1C5367C", Offset = "0x1C5367C", Length = "0x90")]
202 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
203 {
204 typeof(int),
205 typeof(int),
206 typeof(int),
207 typeof(int),
208 typeof(int)
209 }, ReturnType = typeof(int))]
210 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , >), Member = "GetHashCode", ReturnType = typeof(int))]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
214 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
215 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
216 {
217 typeof(int),
218 typeof(int),
219 typeof(int)
220 }, ReturnType = typeof(int))]
221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
222 {
223 typeof(int),
224 typeof(int)
225 }, ReturnType = typeof(int))]
226 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
227 internal static int CombineHashCodes(int h1, int h2, int h3, int h4)
228 {
229 throw null;
230 }
231
232 [global::Cpp2ILInjected.Token(Token = "0x6000B1B")]
233 [global::Cpp2ILInjected.Address(RVA = "0x1C5370C", Offset = "0x1C5370C", Length = "0x98")]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
235 {
236 typeof(int),
237 typeof(int),
238 typeof(int),
239 typeof(int),
240 typeof(int),
241 typeof(int)
242 }, ReturnType = typeof(int))]
243 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
247 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
249 {
250 typeof(int),
251 typeof(int),
252 typeof(int),
253 typeof(int)
254 }, ReturnType = typeof(int))]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
256 {
257 typeof(int),
258 typeof(int)
259 }, ReturnType = typeof(int))]
260 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
261 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5)
262 {
263 throw null;
264 }
265
266 [global::Cpp2ILInjected.Token(Token = "0x6000B1C")]
267 [global::Cpp2ILInjected.Address(RVA = "0x1C537A4", Offset = "0x1C537A4", Length = "0xA8")]
268 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
269 {
270 typeof(int),
271 typeof(int),
272 typeof(int),
273 typeof(int),
274 typeof(int),
275 typeof(int),
276 typeof(int)
277 }, ReturnType = typeof(int))]
278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
282 {
283 typeof(int),
284 typeof(int),
285 typeof(int),
286 typeof(int),
287 typeof(int)
288 }, ReturnType = typeof(int))]
289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
290 {
291 typeof(int),
292 typeof(int)
293 }, ReturnType = typeof(int))]
294 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
295 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6)
296 {
297 throw null;
298 }
299
300 [global::Cpp2ILInjected.Token(Token = "0x6000B1D")]
301 [global::Cpp2ILInjected.Address(RVA = "0x1C5384C", Offset = "0x1C5384C", Length = "0xB0")]
302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
303 {
304 typeof(int),
305 typeof(int),
306 typeof(int),
307 typeof(int),
308 typeof(int),
309 typeof(int),
310 typeof(int),
311 typeof(int)
312 }, ReturnType = typeof(int))]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
314 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
315 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
317 {
318 typeof(int),
319 typeof(int),
320 typeof(int),
321 typeof(int),
322 typeof(int),
323 typeof(int)
324 }, ReturnType = typeof(int))]
325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
326 {
327 typeof(int),
328 typeof(int)
329 }, ReturnType = typeof(int))]
330 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
331 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7)
332 {
333 throw null;
334 }
335
336 [global::Cpp2ILInjected.Token(Token = "0x6000B1E")]
337 [global::Cpp2ILInjected.Address(RVA = "0x1C538FC", Offset = "0x1C538FC", Length = "0xC0")]
338 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCode", ReturnType = typeof(int))]
339 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "GetHashCodeCore", MemberParameters = new object[] { typeof(global::System.Collections.IEqualityComparer) }, ReturnType = typeof(int))]
340 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
341 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueTuple), Member = "CombineHashCodes", MemberParameters = new object[]
342 {
343 typeof(int),
344 typeof(int),
345 typeof(int),
346 typeof(int),
347 typeof(int),
348 typeof(int),
349 typeof(int)
350 }, ReturnType = typeof(int))]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Numerics.Hashing.HashHelpers), Member = "Combine", MemberParameters = new object[]
352 {
353 typeof(int),
354 typeof(int)
355 }, ReturnType = typeof(int))]
356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
357 internal static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
358 {
359 throw null;
360 }
361 }
362}
class f__AnonymousType0<< Count > j__TPar
int CompareTo(object other, IComparer comparer)
int GetHashCode(IEqualityComparer comparer)
bool Equals(object other, IEqualityComparer comparer)
int CompareTo(T other)
int GetHashCode(global::System.Collections.IEqualityComparer comparer)
int CompareTo(global::System.ValueTuple other)
Definition ValueTuple.cs:66
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6)
static int CombineHashCodes(int h1, int h2)
static int CombineHashCodes(int h1, int h2, int h3, int h4)
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7)
override int GetHashCode()
Definition ValueTuple.cs:95
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5, int h6, int h7, int h8)
override bool Equals(object obj)
Definition ValueTuple.cs:19
static int CombineHashCodes(int h1, int h2, int h3)
override string ToString()
static int CombineHashCodes(int h1, int h2, int h3, int h4, int h5)
bool Equals(global::System.ValueTuple other)
Definition ValueTuple.cs:27
int System.Runtime.CompilerServices.ITuple. Length