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