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