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