2 references to HasJumpIntoTargetRange
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
381
if (result != null &&
HasJumpIntoTargetRange
(instructions, index - method.GetMetadataParametersCount() + 1, index))
1344
return
HasJumpIntoTargetRange
(FoldedInstructions, firstInstr, lastInstr, TryGetInstructionIndex);