1 instantiation of EnterTryFaultInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
1042var instruction = new EnterTryFaultInstruction(EnsureLabelIndex(tryEnd));
4 references to EnterTryFaultInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
1040public EnterTryFaultInstruction EmitEnterTryFault(BranchLabel tryEnd) 1042var instruction = new EnterTryFaultInstruction(EnsureLabelIndex(tryEnd));
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2106EnterTryFaultInstruction enterTryInstr = _instructions.EmitEnterTryFault(end);
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
87if (instruction is EnterTryFaultInstruction enterTryFault)