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