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