2 writes to _depthAdjustment
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
463_depthAdjustment += targetDepth - labelStartDepth; 782_depthAdjustment += _currentStackDepth - depth;
1 reference to _depthAdjustment
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
48internal int GetMaxStack() => Math.Min(ushort.MaxValue, _maxStackDepth + _depthAdjustment);