1 write to op2
Mono.Cecil (1)
Mono.Cecil.Cil\OpCode.cs (1)
149 this.op2 = (byte) ((x >> 8) & 0xff);
13 references to op2
Mono.Cecil (13)
Mono.Cecil.Cil\OpCode.cs (13)
115 get { return op2; } 119 get { return op1 == 0xff ? op2 : (short) ((op1 << 8) | op2); } 159 OpCodes.OneByteOpCode [op2] = this; 161 OpCodes.TwoBytesOpCode [op2] = this; 175 return op1 == opcode.op1 && op2 == opcode.op2; 180 return op1 == opcode.op1 && op2 == opcode.op2; 185 return one.op1 == other.op1 && one.op2 == other.op2; 190 return one.op1 != other.op1 || one.op2 != other.op2;