4 references to StackBehaviourPush
illink (3)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
825
switch (instruction.OpCode.
StackBehaviourPush
)
853
Debug.Fail(instruction.OpCode.
StackBehaviourPush
.ToString());
Linker\MethodBodyScanner.cs (1)
36
switch (previousMeaningful.OpCode.
StackBehaviourPush
)
Mono.Cecil (1)
Mono.Cecil.Cil\CodeWriter.cs (1)
455
ComputePushDelta (instruction.opcode.
StackBehaviourPush
, ref stack_size);