2 writes to m_exceptions
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeILGenerator.cs (2)
927
m_exceptions
??= new __ExceptionInfo[DefaultExceptionArraySize];
932
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);
930
if (m_exceptionCount >=
m_exceptions
.Length)
932
m_exceptions = EnlargeArray(
m_exceptions
);
944
m_exceptions
[m_exceptionCount++] = exceptionInfo;