2 references to CreateConstantResultInstruction
illink (2)
Linker.Steps\CodeRewriterStep.cs (1)
188
var instruction =
CreateConstantResultInstruction
(Context, method);
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
226
Instruction? constant = CodeRewriterStep.
CreateConstantResultInstruction
(_context, method);