5 references to Varpush
mscorlib (5)
system\reflection\emit\dynamicilgenerator.cs (1)
127if (opcode.StackBehaviourPush == StackBehaviour.Varpush
system\reflection\emit\ilgenerator.cs (1)
697if (opcode.StackBehaviourPush == StackBehaviour.Varpush)
system\reflection\emit\opcodes.cs (3)
663((int)StackBehaviour.Varpush << OpCode.StackBehaviourPushShift) | 673((int)StackBehaviour.Varpush << OpCode.StackBehaviourPushShift) | 1376((int)StackBehaviour.Varpush << OpCode.StackBehaviourPushShift) |