4 references to CurrExcStackCount
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
316
if (
CurrExcStackCount
== 0)
319
__ExceptionInfo current = CurrExcStack![
CurrExcStackCount
- 1];
330
if (
CurrExcStackCount
== 0)
333
__ExceptionInfo current = CurrExcStack![
CurrExcStackCount
- 1];