2 references to GetAttributes
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
51
protected override TypeAttributes GetAttributeFlagsImpl() => RuntimeTypeHandle.
GetAttributes
(this);
src\System\Reflection\Associates.cs (1)
90
(RuntimeTypeHandle.
GetAttributes
(declaredType) & TypeAttributes.ClassSemanticsMask) == TypeAttributes.Class;