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