terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.Reflection.CustomAttributeData.GetHashCode ( )
inline

Definition at line 234 of file CustomAttributeData.cs.

235 {
236 int num = 1;
237 ConstructorInfo constructorInfo = this.ctorInfo;
238 if (num != 0)
239 {
240 if (constructorInfo == null)
241 {
242 goto IL_0019;
243 }
244 ConstructorInfo constructorInfo2 = this.ctorInfo;
245 }
246 while (constructorInfo != null)
247 {
248 }
249 IL_0019:
250 int num2 = 13;
251 if (this.ctorArgs != null)
252 {
255 int num3;
256 return num3;
257 }
258 if (this.namedArgs != null)
259 {
262 int num4;
263 return num4;
264 }
265 return num2;
266 }
class f__AnonymousType0<< Count > j__TPar
IList< CustomAttributeNamedArgument > namedArgs
IList< CustomAttributeTypedArgument > ctorArgs

References System.Reflection.CustomAttributeData.ctorArgs, System.Reflection.CustomAttributeData.ctorInfo, j__TPar, System.list, and System.Reflection.CustomAttributeData.namedArgs.