Base:
property
InstructionName
System.Linq.Expressions.Interpreter.Instruction.InstructionName
3 overrides of InstructionName
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (3)
56
public override string
InstructionName
=> "UncheckedConvert";
179
public override string
InstructionName
=> "CheckedConvert";
302
public override string
InstructionName
=> "ConvertToUnderlying";
1 reference to InstructionName
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs (1)
52
public override string ToString() =>
InstructionName
+ "(" + _from + "->" + _to + ")";