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

◆ GetCachedDaylightChanges()

DaylightTime System.CurrentSystemTimeZone.GetCachedDaylightChanges ( int year)
inlineprivate

Definition at line 79 of file CurrentSystemTimeZone.cs.

80 {
87 long num = 0L;
89 if (num == 0L)
90 {
91 if (this.m_CachedDaylightChanges != null)
92 {
93 }
94 throw new InvalidCastException();
95 }
96 throw new OutOfMemoryException();
97 }
class f__AnonymousType0<< Count > j__TPar
static DaylightTime CreateDaylightChanges(int year)
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11

References System.CurrentSystemTimeZone.CreateDaylightChanges(), System.Threading.Monitor.Enter(), System.Threading.Monitor.Exit(), j__TPar, System.L, and System.CurrentSystemTimeZone.m_CachedDaylightChanges.

Referenced by System.CurrentSystemTimeZone.GetDaylightChanges().