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]

virtual void Newtonsoft.Json.JsonWriter.WriteToken ( JsonReader reader,
bool writeChildren,
bool writeDateConstructorAsDate,
bool writeComments )
inlinepackagevirtualinherited

Reimplemented in Newtonsoft.Json.Linq.JTokenWriter.

Definition at line 429 of file JsonWriter.cs.

430 {
431 if (reader != null)
432 {
433 return;
434 }
435 this.WriteConstructorDate(reader);
436 }
void WriteConstructorDate(JsonReader reader)

References Newtonsoft.Json.JsonWriter.WriteConstructorDate().