2 instantiations of EnterFaultInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
553return s_cache[labelIndex] ??= new EnterFaultInstruction(labelIndex); 556return new EnterFaultInstruction(labelIndex);
4 references to EnterFaultInstruction
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (3)
539private static readonly EnterFaultInstruction[] s_cache = new EnterFaultInstruction[CacheSize]; 549internal static EnterFaultInstruction Create(int labelIndex)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
1059Emit(EnterFaultInstruction.Create(EnsureLabelIndex(faultStartLabel)));