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

void Newtonsoft.Json.JsonWriter.WriteToken ( JsonReader reader,
bool writeChildren )
inlineinherited

Definition at line 411 of file JsonWriter.cs.

412 {
413 ValidationUtils.ArgumentNotNull(reader, "reader");
414 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull().