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