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