Base:
method
ToString
System.Linq.Expressions.Interpreter.Instruction.ToString()
1 reference to ToString
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
39return ToString() + (_offset != Unknown ? " -> " + (instructionIndex + _offset) : "");