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