1 write to _canReturn
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\LabelInfo.cs (1)
64
_canReturn
= canReturn;
4 references to _canReturn
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LabelInfo.cs (4)
67
internal bool CanReturn =>
_canReturn
;
130
_opCode =
_canReturn
? OpCodes.Ret : OpCodes.Br;
168
_opCode =
_canReturn
? OpCodes.Ret : OpCodes.Br;
239
if (
_canReturn
)