9 references to Varpop
mscorlib (9)
system\reflection\emit\dynamicilgenerator.cs (2)
132
if (opcode.StackBehaviourPop == StackBehaviour.
Varpop
)
368
if (opcode.StackBehaviourPop == StackBehaviour.
Varpop
)
system\reflection\emit\ilgenerator.cs (2)
664
if (opcode.StackBehaviourPop == StackBehaviour.
Varpop
)
705
if (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) |