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

◆ RemoveParent()

void Newtonsoft.Json.Linq.JTokenWriter.RemoveParent ( )
inlineprivate

Definition at line 107 of file JTokenWriter.cs.

108 {
109 JContainer parent = this._parent;
110 this._current = parent;
111 JContainer parent2 = parent._parent;
113 if (parent2 != null)
114 {
115 JContainer parent3 = this._parent._parent;
117 }
118 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JToken._parent, Newtonsoft.Json.Linq.JTokenWriter._parent, and j__TPar.