3 writes to m_exceptions
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (3)
1030m_exceptions = EmptyArray<Byte>.Value; 1092m_exceptions = (exceptions != null) ? (byte[])exceptions.Clone() : EmptyArray<Byte>.Value; 1106m_exceptions = new byte[exceptionsSize];
2 references to m_exceptions
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (2)
1054internal byte[] Exceptions { get { return m_exceptions; } } 1110m_exceptions[i] = *exceptions;