9 references to Varpop
mscorlib (9)
system\reflection\emit\dynamicilgenerator.cs (2)
132if (opcode.StackBehaviourPop == StackBehaviour.Varpop) 368if (opcode.StackBehaviourPop == StackBehaviour.Varpop)
system\reflection\emit\ilgenerator.cs (2)
664if (opcode.StackBehaviourPop == StackBehaviour.Varpop) 705if (opcode.StackBehaviourPop == StackBehaviour.Varpop)
system\reflection\emit\opcodes.cs (5)
662((int)StackBehaviour.Varpop << OpCode.StackBehaviourPopShift) | 672((int)StackBehaviour.Varpop << OpCode.StackBehaviourPopShift) | 682((int)StackBehaviour.Varpop << OpCode.StackBehaviourPopShift) | 1375((int)StackBehaviour.Varpop << OpCode.StackBehaviourPopShift) | 1415((int)StackBehaviour.Varpop << OpCode.StackBehaviourPopShift) |