Base:
method
ToString
System.Linq.Expressions.Interpreter.Instruction.ToString()
1 override of ToString
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
396
public override string
ToString
() => _hasFinally ? "EnterTryFinally[" + _labelIndex + "]" : "EnterTryCatch";
1 reference to ToString
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
174
return
ToString
() + (targetIndex != BranchLabel.UnknownIndex ? " -> " + targetIndex : "");