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

◆ TimeZoneInfo() [3/5]

System.TimeZoneInfo.TimeZoneInfo ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 1058 of file TimeZoneInfo.cs.

1059 {
1060 do
1061 {
1062 base..ctor();
1063 }
1064 while (info == null);
1065 Type type;
1066 object value = info.GetValue("Id", type);
1067 if (value != null)
1068 {
1069 this._id = value;
1070 return;
1071 }
1072 Type type2;
1073 object value2 = info.GetValue("DisplayName", type2);
1074 if (value2 != null)
1075 {
1077 return;
1078 }
1079 Type type3;
1080 if (info.GetValue("StandardName", type3) != null)
1081 {
1082 return;
1083 }
1084 Type type4;
1085 object value3 = info.GetValue("DaylightName", type4);
1086 if (value3 != null)
1087 {
1089 return;
1090 }
1091 Type type5;
1092 object value4 = info.GetValue("BaseUtcOffset", type5);
1093 Type type6;
1094 object value5 = info.GetValue("AdjustmentRules", type6);
1095 if (value5 != null)
1096 {
1097 if (value5 != null)
1098 {
1100 if (value5 != null)
1101 {
1102 goto IL_009D;
1103 }
1104 }
1105 throw new InvalidCastException();
1106 }
1107 IL_009D:
1108 Type type7;
1109 object value6 = info.GetValue("SupportsDaylightSavingTime", type7);
1110 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.