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

◆ ValueTypeFixupPerformed

bool System.Runtime.Serialization.ObjectHolder.ValueTypeFixupPerformed
getsetpackage

Definition at line 254 of file ObjectHolder.cs.

255 {
256 get
257 {
258 if (this.m_object != null)
259 {
260 LongList dependentObjects = this.m_dependentObjects;
261 if (dependentObjects != null)
262 {
264 }
265 return true;
266 }
267 }
268 set
269 {
270 int flags = this.m_flags;
271 this.m_flags = flags;
272 }
273 }
class f__AnonymousType0<< Count > j__TPar