1 write to m_ctor
mscorlib (1)
system\rttype.cs (1)
5413
ace.
m_ctor
= ctor;
4 references to m_ctor
mscorlib (4)
system\rttype.cs (4)
5514
if (ace.
m_ctor
!= null &&
5525
Contract.Assert(ace.
m_ctor
!= null || this.IsValueType);
5527
if (ace.
m_ctor
!= null)
5536
ace.
m_ctor
(instance);