1 write to _maxStackDepth
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
277
_maxStackDepth
= Math.Max(_maxStackDepth, _currentStackDepth);
2 references to _maxStackDepth
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
49
internal int GetMaxStack() => Math.Min(ushort.MaxValue,
_maxStackDepth
+ _depthAdjustment);
277
_maxStackDepth = Math.Max(
_maxStackDepth
, _currentStackDepth);