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)
2080new TryCatchFinallyHandler(tryStart, tryEnd, gotoEnd.TargetIndex, 2081startOfFinally.TargetIndex, _instructions.Count, 2089new TryCatchFinallyHandler(tryStart, tryEnd, gotoEnd.TargetIndex, exHandlers.ToArray())); 2127enterTryInstr.SetTryHandler(new TryFaultHandler(tryStart, tryEnd, startOfFault.TargetIndex, _instructions.Count));