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

◆ GetLocalTimeZoneFromTzFile()

static TimeZoneInfo System.TimeZoneInfo.GetLocalTimeZoneFromTzFile ( )
inlinestaticprivate

Definition at line 194 of file TimeZoneInfo.cs.

195 {
196 int num = 1;
197 if (num == 0)
198 {
199 }
200 if (num == 0)
201 {
202 }
204 if (timeZoneInfo != null)
205 {
206 return;
207 }
208 if (num == 0)
209 {
210 }
211 if (TimeZoneInfo.CreateLocalUnity() != null)
212 {
213 return;
214 }
215 if (num == 0)
216 {
217 }
218 if (!true)
219 {
220 return;
221 }
222 }
class f__AnonymousType0<< Count > j__TPar
static TimeZoneInfo CreateLocalUnity()

References System.TimeZoneInfo.CreateLocalUnity(), and j__TPar.

Referenced by System.TimeZoneInfo.GetLocalTimeZone().