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; 818_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; 805labelInfo._startDepth = _currentStackDepth; 807else if (depth < _currentStackDepth) 811_depthAdjustment += _currentStackDepth - depth; 812labelInfo._startDepth = _currentStackDepth; 814else if (depth > _currentStackDepth)