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

◆ AddValue() [1/2]

void Newtonsoft.Json.Linq.JTokenWriter.AddValue ( JValue value,
JsonToken token )
inlinepackage

Definition at line 173 of file JTokenWriter.cs.

174 {
175 if (this._parent != null)
176 {
177 JContainer parent = this._parent;
178 JContainer parent2 = this._parent;
179 this._current = parent;
180 JContainer parent3 = this._parent._parent;
182 return;
183 }
184 JValue jvalue;
185 if (value == null)
186 {
187 jvalue = JValue.CreateNull();
188 }
189 this._value = jvalue;
190 this._current = jvalue;
191 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JToken._parent, Newtonsoft.Json.Linq.JTokenWriter._parent, Newtonsoft.Json.Linq.JValue.CreateNull(), j__TPar, and System.value.