10 references to ShortInlineVar
Mono.Cecil (9)
Mono.Cecil.Cil\CodeReader.cs (2)
201
case OperandType.
ShortInlineVar
:
545
case OperandType.
ShortInlineVar
:
Mono.Cecil.Cil\CodeWriter.cs (1)
227
case OperandType.
ShortInlineVar
:
Mono.Cecil.Cil\ILProcessor.cs (1)
69
if (opcode.OperandType == OperandType.
ShortInlineVar
)
Mono.Cecil.Cil\Instruction.cs (2)
94
case OperandType.
ShortInlineVar
:
284
if (opcode.OperandType != OperandType.
ShortInlineVar
&&
Mono.Cecil.Cil\OpCodes.cs (3)
88
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineVar
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push1 << 24);
92
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineVar
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Pushi << 24);
96
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
ShortInlineVar
<< 8 | (byte) StackBehaviour.Pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ILParser.cs (1)
180
case OperandType.
ShortInlineVar
: