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