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