Mono.Cecil.Cil\Instruction.cs (17)
65 return new Instruction (opcode, operand);
153 return new Instruction (opcode, null);
164 return new Instruction (opcode, type);
174 return new Instruction (opcode, site);
185 return new Instruction (opcode, method);
196 return new Instruction (opcode, field);
206 return new Instruction (opcode, value);
215 return new Instruction (opcode, value);
224 return new Instruction (opcode, value);
232 return new Instruction (opcode, value);
240 return new Instruction (opcode, value);
248 return new Instruction (opcode, value);
256 return new Instruction (opcode, value);
267 return new Instruction (opcode, target);
277 return new Instruction (opcode, targets);
288 return new Instruction (opcode, variable);
299 return new Instruction (opcode, parameter);