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