4 types derived from CastInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\TypeOperations.cs (4)
267private sealed class CastInstructionT<T> : CastInstruction 277private abstract class CastInstructionNoT : CastInstruction 380internal sealed class CastToEnumInstruction : CastInstruction 404internal sealed class CastReferenceToEnumInstruction : CastInstruction
3 references to CastInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
760Emit(CastInstruction.Create(toType));
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
261private static CastInstruction? s_Boolean, s_Byte, s_Char, s_DateTime, s_Decimal, s_Double, s_Int16, s_Int32, s_Int64, s_SByte, s_Single, s_String, s_UInt16, s_UInt32, s_UInt64; 286public static new CastInstruction Create(Type t)