2 references to Replace
illink (2)
Linker.Steps\MarkStep.cs (1)
518
ilProcessor.
Replace
(instr, new_instr);
Linker\LinkerILProcessor.cs (1)
59
public void Replace(int index, Instruction instruction) =>
Replace
(_ilProcessor.Body.Instructions[index], instruction);