20 references to Attributes
Microsoft.Extensions.VectorData.Abstractions (1)
ProviderServices\CollectionModel.cs (1)
237
&& constant.Type.
Attributes
.HasFlag(TypeAttributes.NestedPrivate)
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (2)
811
If (curType.
Attributes
And TypeAttributes.WindowsRuntime) = TypeAttributes.WindowsRuntime Then
814
ElseIf (curType.
Attributes
And TypeAttributes.Import) = TypeAttributes.Import Then
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
106
if ((iface.
Attributes
& (TypeAttributes.Public | TypeAttributes.NestedPublic)) != 0)
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
495
return baseType.
Attributes
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
217
protected override TypeAttributes GetAttributeFlagsImpl() { return _genericType.
Attributes
; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
165
protected override TypeAttributes GetAttributeFlagsImpl() => _unmodifiedType.
Attributes
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
140
protected override TypeAttributes GetAttributeFlagsImpl() => typeImpl.
Attributes
;
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
118
return _underlyingType.
Attributes
;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
300
return _typeInfo.
Attributes
;
System.Reflection.Emit (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
495
return baseType.
Attributes
;
System\Reflection\Emit\EnumBuilderImpl.cs (1)
94
protected override TypeAttributes GetAttributeFlagsImpl() => _typeBuilder.
Attributes
;
System\Reflection\Emit\ModuleBuilderImpl.cs (3)
168
if ((typeBuilder.
Attributes
& TypeAttributes.ExplicitLayout) != 0)
643
if (field._offset >= 0 && (typeBuilder.
Attributes
& TypeAttributes.ExplicitLayout) != 0)
926
attributes: type.
Attributes
,
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\General\Helpers.cs (1)
330
TypeAttributes visibility = type.
Attributes
& TypeAttributes.VisibilityMask;
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
113
protected sealed override TypeAttributes ComputeAttributeFlags() => _genericTypeDefinition.
Attributes
;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (2)
70
if (0 != (
Attributes
& TypeAttributes.Import))
158
TypeAttributes attributes =
Attributes
;
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
319
(underlyingType.
Attributes
& TypeAttributes.HasSecurity) == TypeAttributes.HasSecurity)