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