4 references to CurrExcStackCount
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
339
if (
CurrExcStackCount
== 0)
342
__ExceptionInfo current = CurrExcStack![
CurrExcStackCount
- 1];
353
if (
CurrExcStackCount
== 0)
356
__ExceptionInfo current = CurrExcStack![
CurrExcStackCount
- 1];