9 writes to _currentStackDepth
System.Reflection.Emit (9)
System\Reflection\Emit\ILGeneratorImpl.cs (9)
100_currentStackDepth = 1; 132_currentStackDepth = 1; 145_currentStackDepth = 0; 174_currentStackDepth = 0; 205_currentStackDepth = 0; 240_currentStackDepth = 0; 249_currentStackDepth += stackChange; 474_currentStackDepth = 0; 789_currentStackDepth = depth;
7 references to _currentStackDepth
System.Reflection.Emit (7)
System\Reflection\Emit\ILGeneratorImpl.cs (7)
250_maxStackDepth = Math.Max(_maxStackDepth, _currentStackDepth); 252_targetDepth = _currentStackDepth; 776labelInfo._startDepth = _currentStackDepth; 778else if (depth < _currentStackDepth) 782_depthAdjustment += _currentStackDepth - depth; 783labelInfo._startDepth = _currentStackDepth; 785else if (depth > _currentStackDepth)