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