4 writes to _startDepth
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (4)
494label._startDepth = targetDepth; 823labelInfo._startDepth = _currentStackDepth; 830labelInfo._startDepth = _currentStackDepth; 926_startDepth = -1;
2 references to _startDepth
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
480int labelStartDepth = label._startDepth; 813int depth = labelInfo._startDepth;