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

◆ WriteToken() [3/5]

override void Newtonsoft.Json.Linq.JTokenWriter.WriteToken ( JsonReader reader,
bool writeChildren,
bool writeDateConstructorAsDate,
bool writeComments )
inlinepackagevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 363 of file JTokenWriter.cs.

364 {
365 if (reader == null)
366 {
367 long num;
368 base.WriteToken(reader, num != 0L, writeDateConstructorAsDate, writeComments);
369 return;
370 }
371 if (this._parent != null)
372 {
373 JContainer parent = this._parent;
374 JContainer parent2 = this._parent;
375 this._current = parent;
376 JContainer parent3 = this._parent;
377 long num = 0L;
378 JContainer parent4 = parent3._parent;
380 return;
381 }
382 JContainer token = this._token;
383 this._current = reader;
384 if (token != null || this._value != null)
385 {
386 return;
387 }
388 if (reader != null)
389 {
390 return;
391 }
392 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JToken._parent, Newtonsoft.Json.Linq.JTokenWriter._parent, Newtonsoft.Json.Linq.JTokenWriter._token, Newtonsoft.Json.Linq.JTokenWriter._value, j__TPar, and System.L.