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