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