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