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