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

◆ s_ldindOpCodes

readonly OpCode [] System.Reflection.DispatchProxyGenerator.ProxyBuilder.s_ldindOpCodes
staticprivate
Initial value:
= new OpCode[19]
{
OpCodes.Nop,
OpCodes.Nop,
OpCodes.Nop,
OpCodes.Ldind_I1,
OpCodes.Ldind_I2,
OpCodes.Ldind_I1,
OpCodes.Ldind_U1,
OpCodes.Ldind_I2,
OpCodes.Ldind_U2,
OpCodes.Ldind_I4,
OpCodes.Ldind_U4,
OpCodes.Ldind_I8,
OpCodes.Ldind_I8,
OpCodes.Ldind_R4,
OpCodes.Ldind_R8,
OpCodes.Nop,
OpCodes.Nop,
OpCodes.Nop,
OpCodes.Ldind_Ref
}

Definition at line 232 of file DispatchProxyGenerator.cs.

233 {
234 OpCodes.Nop,
235 OpCodes.Nop,
236 OpCodes.Nop,
249 OpCodes.Nop,
250 OpCodes.Nop,
251 OpCodes.Nop,
252 OpCodes.Ldind_Ref
253 };
static readonly OpCode Ldind_I1
Definition OpCodes.cs:143
static readonly OpCode Ldind_R4
Definition OpCodes.cs:159
static readonly OpCode Ldind_I2
Definition OpCodes.cs:147
static readonly OpCode Ldind_I4
Definition OpCodes.cs:151
static readonly OpCode Ldind_U2
Definition OpCodes.cs:149
static readonly OpCode Ldind_U4
Definition OpCodes.cs:153
static readonly OpCode Ldind_R8
Definition OpCodes.cs:161
static readonly OpCode Ldind_I8
Definition OpCodes.cs:155
static readonly OpCode Ldind_U1
Definition OpCodes.cs:145
static readonly OpCode Nop
Definition OpCodes.cs:5

Referenced by System.Reflection.DispatchProxyGenerator.ProxyBuilder.Ldind().