1 write to m_iAttr
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
683m_iAttr = attr;
11 references to m_iAttr
mscorlib (11)
system\reflection\emit\typebuilder.cs (11)
703fullname, tkParent, m_iAttr, tkEnclosingType, interfaceTokens)); 787if ((m_iAttr & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Interface) 1352return m_iAttr; 1724if (((m_iAttr & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Interface) && 1780if ((m_iAttr & TypeAttributes.Interface) == TypeAttributes.Interface) 1856if ((m_iAttr & TypeAttributes.Interface) == TypeAttributes.Interface && (attributes & MethodAttributes.Static) != MethodAttributes.Static) 2364if (m_constructorCount == 0 && ((m_iAttr & TypeAttributes.Interface) == 0) && !IsValueType && ((m_iAttr & (TypeAttributes.Abstract | TypeAttributes.Sealed)) != (TypeAttributes.Abstract | TypeAttributes.Sealed))) 2393if (((methodAttrs & MethodAttributes.Abstract) != 0) &&((m_iAttr & TypeAttributes.Abstract) == 0)) 2499if ((m_iAttr & TypeAttributes.Interface) != TypeAttributes.Interface) 2505if ((m_iAttr & TypeAttributes.Abstract) == 0)