1 write to operand_type
Mono.Cecil (1)
Mono.Cecil.Cil\OpCode.cs (1)
154 this.operand_type = (byte) ((y >> 8) & 0xff);
1 reference to operand_type
Mono.Cecil (1)
Mono.Cecil.Cil\OpCode.cs (1)
135 get { return (OperandType) operand_type; }