17 references to _exceptionStack
System.Reflection.Emit (17)
System\Reflection\Emit\ILGeneratorImpl.cs (17)
61if (_exceptionStack.Count < 1) 66ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 108if (_exceptionStack.Count < 1) 113ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 143_exceptionStack.Add(currentExBlock); 151if (_exceptionStack.Count < 1) 156ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 179if (_exceptionStack.Count < 1) 184ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 714if (_exceptionStack.Count < 1) 719ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 741_exceptionStack.Remove(currentExBlock);