Base:
method
GetAttributeFlagsImpl
System.Type.GetAttributeFlagsImpl()
1 reference to GetAttributeFlagsImpl
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
917return ((GetAttributeFlagsImpl() & TypeAttributes.Import) != 0) ? true : false;