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

◆ WriteStartConstructor()

override void Newtonsoft.Json.Linq.JTokenWriter.WriteStartConstructor ( string name)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 131 of file JTokenWriter.cs.

132 {
133 base.WriteStartConstructor(name);
134 if (this._parent != null)
135 {
136 return;
137 }
138 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JTokenWriter._parent, and j__TPar.