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

◆ WriteValue() [8/39]

override void Newtonsoft.Json.Linq.JTokenWriter.WriteValue ( DateTime value)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 320 of file JTokenWriter.cs.

321 {
322 base.WriteValue(value);
323 DateTimeZoneHandling dateTimeZoneHandling = this._dateTimeZoneHandling;
324 if (!true)
325 {
326 }
328 }
class f__AnonymousType0<< Count > j__TPar
DateTimeZoneHandling _dateTimeZoneHandling
static DateTime EnsureDateTime(DateTime value, DateTimeZoneHandling timeZone)

References Newtonsoft.Json.JsonWriter._dateTimeZoneHandling, Newtonsoft.Json.Utilities.DateTimeUtils.EnsureDateTime(), j__TPar, and System.value.