3 writes to m_constructorCount
mscorlib (3)
system\reflection\emit\typebuilder.cs (3)
1741
m_constructorCount
++;
1833
m_constructorCount
++;
1894
m_constructorCount
++;
1 reference to m_constructorCount
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
2364
if (
m_constructorCount
== 0 && ((m_iAttr & TypeAttributes.Interface) == 0) && !IsValueType && ((m_iAttr & (TypeAttributes.Abstract | TypeAttributes.Sealed)) != (TypeAttributes.Abstract | TypeAttributes.Sealed)))