Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Assembly
AssemblyGen
System.Linq.Expressions.Compiler.AssemblyGen.Assembly
static
get
private
Definition at line
18
of file
AssemblyGen.cs
.
19
{
20
get
21
{
22
if
(
s_assembly
==
null
)
23
{
24
Interlocked
.
CompareExchange
(ref
s_assembly
,
new
AssemblyGen
(),
null
);
25
}
26
return
s_assembly
;
27
}
28
}
System.Linq.Expressions.Compiler.AssemblyGen.s_assembly
static AssemblyGen s_assembly
Definition
AssemblyGen.cs:12
System.Linq.Expressions.Compiler.AssemblyGen.AssemblyGen
AssemblyGen()
Definition
AssemblyGen.cs:30
System.Threading.Interlocked.CompareExchange
static int CompareExchange(ref int location1, int value, int comparand)
System.Threading.Interlocked
Definition
Interlocked.cs:9
System
Linq
Expressions
Compiler
AssemblyGen
Generated by
1.10.0