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