Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Cache
override
Instruction
[] System.Linq.Expressions.Interpreter.BranchTrueInstruction.Cache
get
Definition at line
7
of file
BranchTrueInstruction.cs
.
8
{
9
get
10
{
11
if
(
s_cache
==
null
)
12
{
13
s_cache
=
new
Instruction[32];
14
}
15
return
s_cache
;
16
}
17
}
System.Linq.Expressions.Interpreter.BranchTrueInstruction.s_cache
static Instruction[] s_cache
Definition
BranchTrueInstruction.cs:5
System
Linq
Expressions
Interpreter
BranchTrueInstruction
Generated by
1.10.0