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

◆ WriteTo()

override void Newtonsoft.Json.Linq.JValue.WriteTo ( JsonWriter writer,
params JsonConverter[] converters )
inline

Definition at line 276 of file JValue.cs.

277 {
278 int num = 1;
279 if (converters != null && num != 0)
280 {
281 object value = this._value;
282 if (value != null)
283 {
284 Type type = value.GetType();
285 JsonConverter jsonConverter;
286 if (jsonConverter != null)
287 {
288 object value2 = this._value;
289 JsonSerializer jsonSerializer = JsonSerializer.CreateDefault();
290 return;
291 }
292 }
293 }
294 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References Newtonsoft.Json.Linq.JValue._value, Newtonsoft.Json.JsonSerializer.CreateDefault(), System.Type.GetType(), j__TPar, and System.value.