1 write to op1
Mono.Cecil (1)
Mono.Cecil.Cil\OpCode.cs (1)
148 this.op1 = (byte) ((x >> 0) & 0xff);
13 references to op1
Mono.Cecil (13)
Mono.Cecil.Cil\OpCode.cs (13)
107 get { return op1 == 0xff ? 1 : 2; } 111 get { return op1; } 119 get { return op1 == 0xff ? op2 : (short) ((op1 << 8) | op2); } 158 if (op1 == 0xff) 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;