2 references to IsShortBranch
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (2)
51
if (
IsShortBranch
&& unchecked((sbyte)distance) != distance)
316
bool isShortInstruction = branch.
IsShortBranch
;