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

◆ OnSerializing()

void System.Globalization.NumberFormatInfo.OnSerializing ( StreamingContext ctx)
inlineprivate

Definition at line 21 of file NumberFormatInfo.cs.

22 {
23 string text = this.numberDecimalSeparator;
24 string text2 = this.numberGroupSeparator;
25 bool flag = text != text2;
26 string text3 = this.numberDecimalSeparator;
27 string text4 = this.numberGroupSeparator;
28 bool flag2 = text3 != text4;
29 string text5 = this.numberDecimalSeparator;
30 string text6 = this.currencyGroupSeparator;
31 bool flag3 = text5 != text6;
32 string text7 = this.currencyDecimalSeparator;
33 string text8 = this.numberGroupSeparator;
34 bool flag4 = text7 != text8;
35 string text9 = this.currencyGroupSeparator;
37 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.NumberFormatInfo.currencyDecimalSeparator, System.Globalization.NumberFormatInfo.currencyGroupSeparator, j__TPar, System.Globalization.NumberFormatInfo.numberDecimalSeparator, System.Globalization.NumberFormatInfo.numberGroupSeparator, and System.text.