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