10 references to ShortInlineArg
Mono.Cecil (9)
Mono.Cecil.Cil\CodeReader.cs (2)
205
case OperandType.
ShortInlineArg
:
546
case OperandType.
ShortInlineArg
:
Mono.Cecil.Cil\CodeWriter.cs (1)
230
case OperandType.
ShortInlineArg
:
Mono.Cecil.Cil\ILProcessor.cs (1)
72
if (opcode.OperandType == OperandType.
ShortInlineArg
)
Mono.Cecil.Cil\Instruction.cs (2)
93
case OperandType.
ShortInlineArg
:
295
if (opcode.OperandType != OperandType.
ShortInlineArg
&&
Mono.Cecil.Cil\OpCodes.cs (3)
76
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineArg
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push1 << 24);
80
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineArg
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Pushi << 24);
84
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineArg
<< 8 | (byte) StackBehaviour.Pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ILParser.cs (1)
174
case OperandType.
ShortInlineArg
: