3 references to Replace
illink (3)
Linker.Steps\CodeRewriterStep.cs (1)
83
processor.
Replace
(instr, Instruction.Create (OpCodes.Pop));
Linker.Steps\MarkStep.cs (1)
482
ilProcessor.
Replace
(instr, new_instr);
Linker\LinkerILProcessor.cs (1)
59
public void Replace (int index, Instruction instruction) =>
Replace
(_ilProcessor.Body.Instructions[index], instruction);