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)
67internal bool CanReturn => _canReturn; 130_opCode = _canReturn ? OpCodes.Ret : OpCodes.Br; 168_opCode = _canReturn ? OpCodes.Ret : OpCodes.Br; 239if (_canReturn)