3 writes to m_exceptions
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
877
m_exceptions
= [];
919
m_exceptions
= (exceptions != null) ? (byte[])exceptions.Clone() : [];
930
m_exceptions
= new Span<byte>(exceptions, exceptionsSize).ToArray();
1 reference to m_exceptions
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
891
internal byte[] Exceptions =>
m_exceptions
;