2 references to GetCatchAddresses
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
754
exception->HandlerOffset = m_exceptions[i].
GetCatchAddresses
()[excNumber];
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
189
catchAddrs = excp[i].
GetCatchAddresses
();