4 references to EvaluationStackDelta
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\Opcode.cs (2)
54/// For such <see cref="OpCodes"/> the <see cref="OpCode.EvaluationStackDelta"/> returns 0. In this case you should not rely on 55/// <see cref="OpCode.EvaluationStackDelta"/> for calculating stack size and/or max stack, instead need to evaluate the reference signature.
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
131UpdateStackSize(opcode, opcode.EvaluationStackDelta);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
263UpdateStackSize(opCode.EvaluationStackDelta);