3 types derived from NumericConvertInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (3)
54
internal sealed class Unchecked :
NumericConvertInstruction
177
internal sealed class Checked :
NumericConvertInstruction
300
internal sealed class ToUnderlying :
NumericConvertInstruction
3 references to NumericConvertInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (3)
745
Emit(new
NumericConvertInstruction
.Checked(from, to, isLiftedToNull));
750
Emit(new
NumericConvertInstruction
.Unchecked(from, to, isLiftedToNull));
755
Emit(new
NumericConvertInstruction
.ToUnderlying(to, isLiftedToNull));