4 overrides of ToDebugString
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
37public override string ToDebugString(int instructionIndex, object? cookie, Func<int, int> labelIndexer, IReadOnlyList<object>? objects) 170public override string ToDebugString(int instructionIndex, object? cookie, Func<int, int> labelIndexer, IReadOnlyList<object>? objects)
System\Linq\Expressions\Interpreter\LocalAccess.cs (1)
27public override string ToDebugString(int instructionIndex, object? cookie, Func<int, int> labelIndexer, IReadOnlyList<object>? objects)
System\Linq\Expressions\Interpreter\StackOperations.cs (1)
48public override string ToDebugString(int instructionIndex, object? cookie, Func<int, int> labelIndexer, IReadOnlyList<object>? objects) =>
1 reference to ToDebugString
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
135string name = instruction.ToDebugString(i, cookie, labelIndexer, objects);