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.Bson.BsonWriter.WriteValue ( DateTime value)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 279 of file BsonWriter.cs.

280 {
281 base.WriteValue(value);
282 DateTimeZoneHandling dateTimeZoneHandling = this._dateTimeZoneHandling;
283 if (!true)
284 {
285 }
287 }
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.