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