2 writes to m_exceptionCount
mscorlib (2)
system\reflection\emit\ilgenerator.cs (2)
145
m_exceptionCount
= 0;
986
m_exceptions[
m_exceptionCount
++] = exceptionInfo;
4 references to m_exceptionCount
mscorlib (4)
system\reflection\emit\ilgenerator.cs (4)
312
if (
m_exceptionCount
== 0)
317
temp = new __ExceptionInfo[
m_exceptionCount
];
318
Array.Copy(m_exceptions, temp,
m_exceptionCount
);
974
if (
m_exceptionCount
>=m_exceptions.Length) {