5 writes to operand
Mono.Cecil (5)
Mono.Cecil.Cil\CodeReader.cs (3)
158
current.
operand
= ReadOperand (current);
253
instruction.
operand
= GetInstruction ((int) instruction.operand);
261
instruction.
operand
= branches;
Mono.Cecil.Cil\Instruction.cs (2)
38
set {
operand
= value; }
60
this.
operand
= operand;
14 references to operand
Mono.Cecil (14)
Mono.Cecil.Cil\CodeReader.cs (2)
253
instruction.operand = GetInstruction ((int) instruction.
operand
);
256
var offsets = (int []) instruction.
operand
;
Mono.Cecil.Cil\CodeWriter.cs (4)
201
var operand = instruction.
operand
;
399
CopyBranchStackSize (ref stack_sizes, (Instruction) instruction.
operand
, stack_size);
402
var targets = (Instruction []) instruction.
operand
;
438
var method = (IMethodSignature) instruction.
operand
;
Mono.Cecil.Cil\Instruction.cs (8)
37
get { return
operand
; }
65
return new Instruction (opcode,
operand
);
74
return size + (1 + ((Instruction [])
operand
).Length) * 4;
110
if (
operand
== null)
118
AppendLabel (instruction, (Instruction)
operand
);
121
var labels = (Instruction [])
operand
;
131
instruction.Append (
operand
);
135
instruction.Append (Convert.ToString(
operand
, CultureInfo.InvariantCulture));