25 references to InlineBrTarget
Mono.Cecil (23)
Mono.Cecil.Cil\CodeReader.cs (3)
186
case OperandType.
InlineBrTarget
:
252
case OperandType.
InlineBrTarget
:
553
case OperandType.
InlineBrTarget
:
Mono.Cecil.Cil\CodeWriter.cs (3)
202
if (operand == null && !(operand_type == OperandType.
InlineBrTarget
|| operand_type == OperandType.ShortInlineBrTarget)) {
221
case OperandType.
InlineBrTarget
: {
398
case OperandType.
InlineBrTarget
:
Mono.Cecil.Cil\Instruction.cs (3)
78
case OperandType.
InlineBrTarget
:
117
case OperandType.
InlineBrTarget
:
263
if (opcode.OperandType != OperandType.
InlineBrTarget
&&
Mono.Cecil.Cil\OpCodes.cs (14)
240
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push0 << 24);
244
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Popi << 16 | (byte) StackBehaviour.Push0 << 24);
248
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Popi << 16 | (byte) StackBehaviour.Push0 << 24);
252
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
256
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
260
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
264
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
268
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
272
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
276
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
280
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
284
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
288
(byte) OpCodeType.Macro << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.Pop1_pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
768
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineBrTarget
<< 8 | (byte) StackBehaviour.PopAll << 16 | (byte) StackBehaviour.Push0 << 24);
Mono.Cecil.Rocks (2)
Mono.Cecil.Rocks\ILParser.cs (1)
147
case OperandType.
InlineBrTarget
:
Mono.Cecil.Rocks\MethodBodyRocks.cs (1)
341
if (instruction.OpCode.OperandType != OperandType.
InlineBrTarget
)