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

◆ TryGetLocalTzFile()

static bool System.TimeZoneInfo.TryGetLocalTzFile ( [Out] byte[] rawData,
[Out] string id )
inlinestaticprivate

Definition at line 70 of file TimeZoneInfo.cs.

71 {
72 if (!true)
73 {
74 }
76 if (tzEnvironmentVariable != null)
77 {
78 int stringLength = tzEnvironmentVariable._stringLength;
79 if (stringLength == 0)
80 {
81 string text = Path.Combine(TimeZoneInfo.GetTimeZoneDirectory(), "localtime");
82 bool flag;
83 return flag;
84 }
85 long num = 0L;
86 char c = tzEnvironmentVariable[(int)num];
88 if (stringLength == 0)
89 {
90 }
92 }
93 return true;
94 }
class f__AnonymousType0<< Count > j__TPar
static string Combine(string path1, string path2)
Definition Path.cs:41
static string GetTimeZoneDirectory()
static string GetTzEnvironmentVariable()

References System.IO.Path.Combine(), System.TimeZoneInfo.GetTimeZoneDirectory(), System.TimeZoneInfo.GetTzEnvironmentVariable(), j__TPar, System.L, and System.text.