2 references to StackBehaviourMask
mscorlib (2)
system\reflection\emit\opcode.cs (2)
150m_pop = (StackBehaviour)((flags >> StackBehaviourPopShift) & StackBehaviourMask); 151m_push = (StackBehaviour)((flags >> StackBehaviourPushShift) & StackBehaviourMask);