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