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)
49internal int GetMaxStack() => Math.Min(ushort.MaxValue, _maxStackDepth + _depthAdjustment); 277_maxStackDepth = Math.Max(_maxStackDepth, _currentStackDepth);