4 types derived from CastInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\TypeOperations.cs (4)
267
private sealed class CastInstructionT<T> :
CastInstruction
277
private abstract class CastInstructionNoT :
CastInstruction
380
internal sealed class CastToEnumInstruction :
CastInstruction
404
internal sealed class CastReferenceToEnumInstruction :
CastInstruction
3 references to CastInstruction
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
760
Emit(
CastInstruction
.Create(toType));
System\Linq\Expressions\Interpreter\TypeOperations.cs (2)
261
private 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;
286
public static new
CastInstruction
Create(Type t)