1 write to _catchExceptionType
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
526
_catchExceptionType
= catchExceptionType;
2 references to _catchExceptionType
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
820
int exceptionTypeToken = (region.
_catchExceptionType
!= null) ? (int)NewToken(region.
_catchExceptionType
) : 0;