1 instantiation of CodeRewriterStep
illink (1)
Linker\Driver.cs (1)
1626
p.AppendStep(new
CodeRewriterStep
());
4 references to CodeRewriterStep
illink (4)
Linker.Steps\UnreachableBlocksOptimizer.cs (4)
249
Instruction? constant =
CodeRewriterStep
.CreateConstantResultInstruction(_context, method);
955
targetResult =
CodeRewriterStep
.CreateConstantResultInstruction(context, field.FieldType, value);
1887
linstr =
CodeRewriterStep
.CreateConstantResultInstruction(context, field.FieldType, value);
2147
return
CodeRewriterStep
.CreateConstantResultInstruction(context, variables[index].VariableType);