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