4 references to GetNumberOfCatches
mscorlib (4)
system\reflection\emit\dynamicilgenerator.cs (2)
849num += excp[i].GetNumberOfCatches(); 898int excCount = m_exceptions[i].GetNumberOfCatches();
system\reflection\emit\methodbuilder.cs (2)
266numCatch = excp[i].GetNumberOfCatches(); 462num+=excp[i].GetNumberOfCatches();