1 write to m_push
mscorlib (1)
system\reflection\emit\opcode.cs (1)
151
m_push
= (StackBehaviour)((flags >> StackBehaviourPushShift) & StackBehaviourMask);
1 reference to m_push
mscorlib (1)
system\reflection\emit\opcode.cs (1)
209
return (
m_push
);