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
;
803
labelInfo._startDepth =
_currentStackDepth
;
805
else if (depth <
_currentStackDepth
)
809
_depthAdjustment +=
_currentStackDepth
- depth;
810
labelInfo._startDepth =
_currentStackDepth
;
812
else if (depth >
_currentStackDepth
)