17 references to _exceptionStack
System.Reflection.Emit (17)
System\Reflection\Emit\ILGeneratorImpl.cs (17)
88if (_exceptionStack.Count < 1) 93ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 135if (_exceptionStack.Count < 1) 140ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 170_exceptionStack.Add(currentExBlock); 178if (_exceptionStack.Count < 1) 183ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 206if (_exceptionStack.Count < 1) 211ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 741if (_exceptionStack.Count < 1) 746ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 768_exceptionStack.Remove(currentExBlock);