4 writes to m_exceptions
mscorlib (4)
system\reflection\emit\methodbuilder.cs (4)
257m_exceptions = new ExceptionHandler[numExceptions]; 346m_exceptions = null; 1016m_exceptions = newHandlers; 1093m_exceptions = null;
5 references to m_exceptions
mscorlib (5)
system\reflection\emit\methodbuilder.cs (5)
283m_exceptions[counter++] = new ExceptionHandler(start, end, filterAddrs[j], catchAddrs[j], catchEndAddrs[j], type[j], tkExceptionClass); 287m_exceptions[counter++] = new ExceptionHandler(start, excp[i].GetFinallyEndAddress(), filterAddrs[j], catchAddrs[j], catchEndAddrs[j], type[j], tkExceptionClass); 443return m_exceptions; 448get { return m_exceptions != null ? m_exceptions.Length : 0; }