2 writes to m_exceptions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
917
m_exceptions
??= new __ExceptionInfo[DefaultExceptionArraySize];
922
m_exceptions
= EnlargeArray(m_exceptions);
4 references to m_exceptions
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
245
Array.Copy(
m_exceptions
!, temp, m_exceptionCount);
920
if (m_exceptionCount >=
m_exceptions
.Length)
922
m_exceptions = EnlargeArray(
m_exceptions
);
934
m_exceptions
[m_exceptionCount++] = exceptionInfo;