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