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; 836_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; 823labelInfo._startDepth = _currentStackDepth; 825else if (depth < _currentStackDepth) 829_depthAdjustment += _currentStackDepth - depth; 830labelInfo._startDepth = _currentStackDepth; 832else if (depth > _currentStackDepth)