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

◆ InitializedLock

object System.Diagnostics.Switch.InitializedLock
getprivateinherited

Definition at line 32 of file Switch.cs.

33 {
34 get
35 {
36 if (_initializedLock == null)
37 {
38 object value = new object();
40 }
41 return _initializedLock;
42 }
43 }
static int CompareExchange(ref int location1, int value, int comparand)

Referenced by System.Diagnostics.Switch.InitializeWithStatus(), and System.Diagnostics.Switch.Refresh().