1 write to m_exceptionCount
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
934m_exceptions[m_exceptionCount++] = exceptionInfo;
4 references to m_exceptionCount
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeILGenerator.cs (4)
239if (m_exceptionCount == 0) 244var temp = new __ExceptionInfo[m_exceptionCount]; 245Array.Copy(m_exceptions!, temp, m_exceptionCount); 920if (m_exceptionCount >= m_exceptions.Length)