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

◆ WritePropertyName() [1/2]

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

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 155 of file JTokenWriter.cs.

156 {
157 if (this._parent != null)
158 {
159 }
160 if (this._parent != null)
161 {
162 return;
163 }
164 base.WritePropertyName(name);
165 }
class f__AnonymousType0<< Count > j__TPar

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