19 references to Attributes
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
811If (curType.Attributes And TypeAttributes.WindowsRuntime) = TypeAttributes.WindowsRuntime Then 814ElseIf (curType.Attributes And TypeAttributes.Import) = TypeAttributes.Import Then
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
106if ((iface.Attributes & (TypeAttributes.Public | TypeAttributes.NestedPublic)) != 0)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
493return baseType.Attributes;
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
218protected override TypeAttributes GetAttributeFlagsImpl() { return _genericType.Attributes; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
164protected override TypeAttributes GetAttributeFlagsImpl() => _unmodifiedType.Attributes;
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
138protected override TypeAttributes GetAttributeFlagsImpl() => typeImpl.Attributes;
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
208return m_typeBuilder.Attributes;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
300return _typeInfo.Attributes;
System.Reflection.Emit (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
493return baseType.Attributes;
System\Reflection\Emit\EnumBuilderImpl.cs (1)
94protected override TypeAttributes GetAttributeFlagsImpl() => _typeBuilder.Attributes;
System\Reflection\Emit\ModuleBuilderImpl.cs (3)
168if ((typeBuilder.Attributes & TypeAttributes.ExplicitLayout) != 0) 642if (field._offset >= 0 && (typeBuilder.Attributes & TypeAttributes.ExplicitLayout) != 0) 935attributes: type.Attributes,
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Helpers.cs (1)
343TypeAttributes visibility = type.Attributes & TypeAttributes.VisibilityMask;
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
113protected sealed override TypeAttributes ComputeAttributeFlags() => _genericTypeDefinition.Attributes;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (2)
70if (0 != (Attributes & TypeAttributes.Import)) 156TypeAttributes attributes = Attributes;
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
320(underlyingType.Attributes & TypeAttributes.HasSecurity) == TypeAttributes.HasSecurity)