1 instantiation of PopInstruction
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\StackOperations.cs (1)
56internal static readonly PopInstruction Instance = new PopInstruction();
2 references to PopInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
397Emit(PopInstruction.Instance);
System\Linq\Expressions\Interpreter\StackOperations.cs (1)
56internal static readonly PopInstruction Instance = new PopInstruction();