4 writes to _startDepth
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (4)
494
label.
_startDepth
= targetDepth;
803
labelInfo.
_startDepth
= _currentStackDepth;
810
labelInfo.
_startDepth
= _currentStackDepth;
906
_startDepth
= -1;
2 references to _startDepth
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
480
int labelStartDepth = label.
_startDepth
;
793
int depth = labelInfo.
_startDepth
;