3 writes to m_exceptions
mscorlib (3)
system\reflection\emit\ilgenerator.cs (3)
144
m_exceptions
= null;
966
m_exceptions
= new __ExceptionInfo[DefaultExceptionArraySize];
975
m_exceptions
=EnlargeArray(m_exceptions);
5 references to m_exceptions
mscorlib (5)
system\reflection\emit\ilgenerator.cs (5)
318
Array.Copy(
m_exceptions
, temp, m_exceptionCount);
964
if (
m_exceptions
== null)
974
if (m_exceptionCount>=
m_exceptions
.Length) {
975
m_exceptions=EnlargeArray(
m_exceptions
);
986
m_exceptions
[m_exceptionCount++] = exceptionInfo;