1 instantiation of ExceptionBlock
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
164ExceptionBlock currentExBlock = new ExceptionBlock();
7 references to ExceptionBlock
System.Reflection.Emit (7)
System\Reflection\Emit\ILGeneratorImpl.cs (7)
33private List<ExceptionBlock> _exceptionStack = new(); // tracks the exception nesting 93ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 140ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 164ExceptionBlock currentExBlock = new ExceptionBlock(); 183ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 211ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1]; 746ExceptionBlock currentExBlock = _exceptionStack[_exceptionStack.Count - 1];