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

◆ ResetReader()

void Newtonsoft.Json.JsonSerializer.ResetReader ( JsonReader reader,
CultureInfo previousCulture,
DateTimeZoneHandling? previousDateTimeZoneHandling,
DateParseHandling? previousDateParseHandling,
FloatParseHandling? previousFloatParseHandling,
int? previousMaxDepth,
string previousDateFormatString )
inlineprivateinherited

Definition at line 811 of file JsonSerializer.cs.

812 {
813 if (previousCulture != null)
814 {
816 }
817 if (this._maxDepthSet)
818 {
820 }
821 if (this._dateFormatStringSet)
822 {
824 return;
825 }
826 if (reader != null)
827 {
828 }
829 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.JsonSerializer._dateFormatStringSet, Newtonsoft.Json.JsonSerializer._maxDepthSet, and j__TPar.