9 writes to _currentStackDepth
System.Reflection.Emit (9)
System\Reflection\Emit\ILGeneratorImpl.cs (9)
127_currentStackDepth = 1; 159_currentStackDepth = 1; 172_currentStackDepth = 0; 201_currentStackDepth = 0; 232_currentStackDepth = 0; 267_currentStackDepth = 0; 276_currentStackDepth += stackChange; 501_currentStackDepth = 0; 816_currentStackDepth = depth;
7 references to _currentStackDepth
System.Reflection.Emit (7)
System\Reflection\Emit\ILGeneratorImpl.cs (7)
277_maxStackDepth = Math.Max(_maxStackDepth, _currentStackDepth); 279_targetDepth = _currentStackDepth; 803labelInfo._startDepth = _currentStackDepth; 805else if (depth < _currentStackDepth) 809_depthAdjustment += _currentStackDepth - depth; 810labelInfo._startDepth = _currentStackDepth; 812else if (depth > _currentStackDepth)