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