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

◆ InternalWriteComment()

void Newtonsoft.Json.JsonWriter.InternalWriteComment ( )
inlinepackageinherited

Definition at line 937 of file JsonWriter.cs.

938 {
939 this.AutoComplete(JsonToken.Comment);
940 }
void AutoComplete(JsonToken tokenBeingWritten)

References Newtonsoft.Json.JsonWriter.AutoComplete().