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

◆ ResolveArguments()

void System.Reflection.CustomAttributeData.ResolveArguments ( )
inlineprivate

Definition at line 52 of file CustomAttributeData.cs.

53 {
55 if (lazyCAttrData == null)
56 {
57 return;
58 }
59 ConstructorInfo constructorInfo = this.ctorInfo;
60 Assembly assembly = lazyCAttrData.assembly;
61 IntPtr data = lazyCAttrData.data;
62 uint data_length = lazyCAttrData.data_length;
63 if (constructorInfo != null)
64 {
65 return;
66 }
67 }
class f__AnonymousType0<< Count > j__TPar
CustomAttributeData.LazyCAttrData lazyData

References System.Reflection.CustomAttributeData.ctorInfo, j__TPar, and System.Reflection.CustomAttributeData.lazyData.