10 references to InlineVar
Mono.Cecil (9)
Mono.Cecil.Cil\CodeReader.cs (2)
203 case OperandType.InlineVar: 549 case OperandType.InlineVar:
Mono.Cecil.Cil\CodeWriter.cs (1)
233 case OperandType.InlineVar:
Mono.Cecil.Cil\ILProcessor.cs (1)
80 if (opcode.OperandType == OperandType.InlineVar)
Mono.Cecil.Cil\Instruction.cs (2)
89 case OperandType.InlineVar: 285 opcode.OperandType != OperandType.InlineVar)
Mono.Cecil.Cil\OpCodes.cs (3)
828 (byte) OpCodeType.Primitive << 0 | (byte) OperandType.InlineVar << 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push1 << 24); 832 (byte) OpCodeType.Primitive << 0 | (byte) OperandType.InlineVar << 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Pushi << 24); 836 (byte) OpCodeType.Primitive << 0 | (byte) OperandType.InlineVar << 8 | (byte) StackBehaviour.Pop1 << 16 | (byte) StackBehaviour.Push0 << 24);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ILParser.cs (1)
183 case OperandType.InlineVar: