1 write to m_iAttr
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
433m_iAttr = attr;
10 references to m_iAttr
System.Private.CoreLib (10)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (10)
453name, tkParent, m_iAttr, tkEnclosingType, interfaceTokens!); 891return m_iAttr; 1128if ((m_iAttr & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Interface) 1221if ((m_iAttr & TypeAttributes.Interface) == TypeAttributes.Interface) 1289if ((m_iAttr & TypeAttributes.Interface) == TypeAttributes.Interface && (attributes & MethodAttributes.Static) != MethodAttributes.Static) 1571if (m_constructorCount == 0 && ((m_iAttr & TypeAttributes.Interface) == 0) && !IsValueType && ((m_iAttr & (TypeAttributes.Abstract | TypeAttributes.Sealed)) != (TypeAttributes.Abstract | TypeAttributes.Sealed))) 1600if (((methodAttrs & MethodAttributes.Abstract) != 0) && ((m_iAttr & TypeAttributes.Abstract) == 0)) 1698if ((m_iAttr & TypeAttributes.Interface) != TypeAttributes.Interface) 1704if ((m_iAttr & TypeAttributes.Abstract) == 0)