10 references to InlineArg
Mono.Cecil (9)
Mono.Cecil.Cil\CodeReader.cs (2)
207
case OperandType.
InlineArg
:
550
case OperandType.
InlineArg
:
Mono.Cecil.Cil\CodeWriter.cs (1)
236
case OperandType.
InlineArg
:
Mono.Cecil.Cil\ILProcessor.cs (1)
83
if (opcode.OperandType == OperandType.
InlineArg
)
Mono.Cecil.Cil\Instruction.cs (2)
88
case OperandType.
InlineArg
:
296
opcode.OperandType != OperandType.
InlineArg
)
Mono.Cecil.Cil\OpCodes.cs (3)
816
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineArg
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push1 << 24);
820
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineArg
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Pushi << 24);
824
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineArg
<< 8 | (byte) StackBehaviour.Pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ILParser.cs (1)
177
case OperandType.
InlineArg
: