6 references to StackBehaviourPop
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
93if (opcode.StackBehaviourPop == StackBehaviour.Varpop) 298if (opcode.StackBehaviourPop == StackBehaviour.Varpop)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
657if (opcode.StackBehaviourPop == StackBehaviour.Varpop) 694if (opcode.StackBehaviourPop == StackBehaviour.Varpop)
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
440if (opcode.StackBehaviourPop == StackBehaviour.Varpop) 577if (opcode.StackBehaviourPop == StackBehaviour.Varpop)