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() [4/5]

void Newtonsoft.Json.JsonWriter.WriteToken ( JsonToken token)
inlineinherited

Definition at line 422 of file JsonWriter.cs.

423 {
424 long num = 0L;
425 this.WriteToken(token, num);
426 }
void WriteToken(JsonReader reader)

References System.L, and Newtonsoft.Json.JsonWriter.WriteToken().