4 writes to _startDepth
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (4)
494
label.
_startDepth
= targetDepth;
805
labelInfo.
_startDepth
= _currentStackDepth;
812
labelInfo.
_startDepth
= _currentStackDepth;
908
_startDepth
= -1;
2 references to _startDepth
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
480
int labelStartDepth = label.
_startDepth
;
795
int depth = labelInfo.
_startDepth
;