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.2.cs
Go to the documentation of this file.
1using System;
7
8namespace System
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200011C")]
11 [global::System.Serializable]
12 public struct ValueTuple<T1> : global::System.IEquatable<global::System.ValueTuple<T1>>, global::System.Collections.IStructuralEquatable, global::System.Collections.IStructuralComparable, global::System.IComparable, global::System.IComparable<global::System.ValueTuple<T1>>, global::System.IValueTupleInternal, global::System.Runtime.CompilerServices.ITuple
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000B1F")]
15 [global::Cpp2ILInjected.Address(RVA = "0x18AE620", Offset = "0x18AE620", Length = "0xC")]
16 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 public ValueTuple(T1 item1)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6000B20")]
24 [global::Cpp2ILInjected.Address(RVA = "0x18AE62C", Offset = "0x18AE62C", Length = "0xE0")]
25 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
29 public override bool Equals(object obj)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000B21")]
35 [global::Cpp2ILInjected.Address(RVA = "0x18AE70C", Offset = "0x18AE70C", Length = "0x7C")]
36 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.GenericEqualityComparer<>), Member = "Equals", MemberParameters = new object[] { "T", "T" }, ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.GenericEqualityComparer<>), Member = "IndexOf", MemberParameters = new object[]
40 {
41 "T[]",
42 "T",
43 typeof(int),
44 typeof(int)
45 }, ReturnType = typeof(int))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.GenericEqualityComparer<>), Member = "LastIndexOf", MemberParameters = new object[]
47 {
48 "T[]",
49 "T",
50 typeof(int),
51 typeof(int)
52 }, ReturnType = typeof(int))]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
55 public bool Equals(global::System.ValueTuple<T1> other)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6000B22")]
61 [global::Cpp2ILInjected.Address(RVA = "0x18AE788", Offset = "0x18AE788", Length = "0x1C4")]
62 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
66 private bool System.Collections.IStructuralEquatable.Equals(object other, global::System.Collections.IEqualityComparer comparer)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000B23")]
72 [global::Cpp2ILInjected.Address(RVA = "0x18AE94C", Offset = "0x18AE94C", Length = "0x1C0")]
73 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
78 {
79 typeof(string),
80 typeof(object)
81 }, ReturnType = typeof(string))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
83 {
84 typeof(string),
85 typeof(string)
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
88 private int System.IComparable.CompareTo(object other)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x6000B24")]
94 [global::Cpp2ILInjected.Address(RVA = "0x18AEB0C", Offset = "0x18AEB0C", Length = "0x7C")]
95 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.GenericComparer<>), Member = "Compare", MemberParameters = new object[] { "T", "T" }, ReturnType = typeof(int))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
99 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
100 public int CompareTo(global::System.ValueTuple<T1> other)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x6000B25")]
106 [global::Cpp2ILInjected.Address(RVA = "0x18AEB88", Offset = "0x18AEB88", Length = "0x264")]
107 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
108 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
112 {
113 typeof(string),
114 typeof(object)
115 }, ReturnType = typeof(string))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
117 {
118 typeof(string),
119 typeof(string)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
122 private int System.Collections.IStructuralComparable.CompareTo(object other, global::System.Collections.IComparer comparer)
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6000B26")]
128 [global::Cpp2ILInjected.Address(RVA = "0x18AEDEC", Offset = "0x18AEDEC", Length = "0x34")]
129 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.GenericEqualityComparer<>), Member = "GetHashCode", MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
131 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
132 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "GetHashCode", ReturnType = typeof(int))]
133 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
134 public override int GetHashCode()
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x6000B27")]
140 [global::Cpp2ILInjected.Address(RVA = "0x18AEE20", Offset = "0x18AEE20", Length = "0xE8")]
141 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
142 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
144 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
145 private int System.Collections.IStructuralEquatable.GetHashCode(global::System.Collections.IEqualityComparer comparer)
146 {
147 throw null;
148 }
149
150 [global::Cpp2ILInjected.Token(Token = "0x6000B28")]
151 [global::Cpp2ILInjected.Address(RVA = "0x18AEF08", Offset = "0x18AEF08", Length = "0xE8")]
152 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
153 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
155 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
156 private int System.IValueTupleInternal.GetHashCode(global::System.Collections.IEqualityComparer comparer)
157 {
158 throw null;
159 }
160
161 [global::Cpp2ILInjected.Token(Token = "0x6000B29")]
162 [global::Cpp2ILInjected.Address(RVA = "0x18AEFF0", Offset = "0x18AEFF0", Length = "0x94")]
163 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "ToString", ReturnType = typeof(string))]
165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueTuple<, , , , , , , >), Member = "System.IValueTupleInternal.ToStringEnd", ReturnType = typeof(string))]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
169 {
170 typeof(string),
171 typeof(string),
172 typeof(string)
173 }, ReturnType = typeof(string))]
174 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
175 public override string ToString()
176 {
177 throw null;
178 }
179
180 [global::Cpp2ILInjected.Token(Token = "0x6000B2A")]
181 [global::Cpp2ILInjected.Address(RVA = "0x18AF084", Offset = "0x18AF084", Length = "0x6C")]
182 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
186 {
187 typeof(string),
188 typeof(string)
189 }, ReturnType = typeof(string))]
190 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
192 {
193 throw null;
194 }
195
196 [global::Cpp2ILInjected.Token(Token = "0x170000F5")]
198 {
199 [global::Cpp2ILInjected.Token(Token = "0x6000B2B")]
200 [global::Cpp2ILInjected.Address(RVA = "0x18AF0F0", Offset = "0x18AF0F0", Length = "0x8")]
201 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
203 get
204 {
205 throw null;
206 }
207 }
208
209 [global::Cpp2ILInjected.Token(Token = "0x4000401")]
210 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
211 public T1 Item1;
212 }
213}
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)
override int GetHashCode()
override bool Equals(object obj)
ValueTuple(T1 item1)
override string ToString()
int CompareTo(global::System.ValueTuple< T1 > other)
bool Equals(global::System.ValueTuple< T1 > other)
int System.Runtime.CompilerServices.ITuple. Length