Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InternalSyncObject
object System.TimeZone.InternalSyncObject
static
get
private
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
}
22
return
s_InternalSyncObject
;
23
}
24
}
System.Threading.Interlocked.CompareExchange
static int CompareExchange(ref int location1, int value, int comparand)
System.Threading.Interlocked
Definition
Interlocked.cs:9
System.TimeZone.s_InternalSyncObject
static object s_InternalSyncObject
Definition
TimeZone.cs:11
System.ExceptionArgument.value
@ value
Referenced by
System.TimeZone.ResetTimeZone()
.
System
TimeZone
Generated by
1.10.0