4 writes to _startDepth
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (4)
467label._startDepth = targetDepth; 776labelInfo._startDepth = _currentStackDepth; 783labelInfo._startDepth = _currentStackDepth; 854_startDepth = -1;
2 references to _startDepth
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
453int labelStartDepth = label._startDepth; 766int depth = labelInfo._startDepth;