4 references to GetNumberOfCatches
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
706num += excp[i].GetNumberOfCatches(); 758int excCount = m_exceptions[i].GetNumberOfCatches();
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (2)
193numCatch = excp[i].GetNumberOfCatches(); 337num += excp[i].GetNumberOfCatches();