Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InternalSyncObject

object System.TimeZone.InternalSyncObject
staticgetprivate

Definition at line 13 of file TimeZone.cs.

14 {
15 get
16 {
17 if (s_InternalSyncObject == null)
18 {
19 object value = new object();
20 Interlocked.CompareExchange<object>(ref s_InternalSyncObject, value, (object)null);
21 }
23 }
24 }
static int CompareExchange(ref int location1, int value, int comparand)
static object s_InternalSyncObject
Definition TimeZone.cs:11

Referenced by System.TimeZone.ResetTimeZone().