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