Initial value:= new OpCode[19]
        {
            OpCodes.Nop,
            OpCodes.Nop,
            OpCodes.Nop,
            OpCodes.Stind_I1,
            OpCodes.Stind_I2,
            OpCodes.Stind_I1,
            OpCodes.Stind_I1,
            OpCodes.Stind_I2,
            OpCodes.Stind_I2,
            OpCodes.Stind_I4,
            OpCodes.Stind_I4,
            OpCodes.Stind_I8,
            OpCodes.Stind_I8,
            OpCodes.Stind_R4,
            OpCodes.Stind_R8,
            OpCodes.Nop,
            OpCodes.Nop,
            OpCodes.Nop,
            OpCodes.Stind_Ref
        }
Definition at line 255 of file DispatchProxyGenerator.cs.
  256        {
  275            OpCodes.Stind_Ref
  276        };
static readonly OpCode Stind_R8
static readonly OpCode Stind_I1
static readonly OpCode Stind_I2
static readonly OpCode Stind_I8
static readonly OpCode Stind_I4
static readonly OpCode Nop
static readonly OpCode Stind_R4
Referenced by System.Reflection.DispatchProxyGenerator.ProxyBuilder.Stind().