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

◆ GetTimeZoneDirectory()

static string System.TimeZoneInfo.GetTimeZoneDirectory ( )
inlinestaticprivate

Definition at line 230 of file TimeZoneInfo.cs.

231 {
232 if (!true)
233 {
234 }
235 long num = 0L;
237 if (environmentVariable != null)
238 {
239 if ("TZDIR" == null)
240 {
241 }
242 bool flag = environmentVariable.EndsWith((char)num);
243 if ("TZDIR" == null)
244 {
245 }
246 string text;
247 return environmentVariable + text;
248 }
249 return "/usr/share/zoneinfo/";
250 }
class f__AnonymousType0<< Count > j__TPar
static string GetEnvironmentVariable(string variable)

References System.Environment.GetEnvironmentVariable(), j__TPar, System.L, and System.text.

Referenced by System.TimeZoneInfo.FindTimeZoneId(), System.TimeZoneInfo.FindTimeZoneIdUsingReadLink(), and System.TimeZoneInfo.TryGetLocalTzFile().