1 write to m_iAttr
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
433
m_iAttr
= attr;
10 references to m_iAttr
System.Private.CoreLib (10)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (10)
453
name, tkParent,
m_iAttr
, tkEnclosingType, interfaceTokens!);
885
return
m_iAttr
;
1122
if ((
m_iAttr
& TypeAttributes.ClassSemanticsMask) == TypeAttributes.Interface)
1215
if ((
m_iAttr
& TypeAttributes.Interface) == TypeAttributes.Interface)
1283
if ((
m_iAttr
& TypeAttributes.Interface) == TypeAttributes.Interface && (attributes & MethodAttributes.Static) != MethodAttributes.Static)
1565
if (m_constructorCount == 0 && ((
m_iAttr
& TypeAttributes.Interface) == 0) && !IsValueType && ((
m_iAttr
& (TypeAttributes.Abstract | TypeAttributes.Sealed)) != (TypeAttributes.Abstract | TypeAttributes.Sealed)))
1584
if (((methodAttrs & MethodAttributes.Abstract) != 0) && ((
m_iAttr
& TypeAttributes.Abstract) == 0))
1678
if ((
m_iAttr
& TypeAttributes.Interface) != TypeAttributes.Interface)
1684
if ((
m_iAttr
& TypeAttributes.Abstract) == 0)