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

◆ WriteEnd() [2/2]

override void Newtonsoft.Json.Linq.JTokenWriter.WriteEnd ( JsonToken token)
inlineprotectedvirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 141 of file JTokenWriter.cs.

142 {
143 JContainer parent = this._parent;
144 this._current = parent;
145 JContainer parent2 = parent._parent;
147 if (parent2 != null)
148 {
149 JContainer parent3 = this._parent._parent;
151 }
152 }
class f__AnonymousType0<< Count > j__TPar

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