5 references to TargetIndex
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
103
(index) => _list._labels![index].
TargetIndex
,
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
2080
new TryCatchFinallyHandler(tryStart, tryEnd, gotoEnd.
TargetIndex
,
2081
startOfFinally.
TargetIndex
, _instructions.Count,
2089
new TryCatchFinallyHandler(tryStart, tryEnd, gotoEnd.
TargetIndex
, exHandlers.ToArray()));
2127
enterTryInstr.SetTryHandler(new TryFaultHandler(tryStart, tryEnd, startOfFault.
TargetIndex
, _instructions.Count));