5 references to Attributes
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Property.cs (1)
39
Flags = propDef.
Attributes
,
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3552
flags = property.
Attributes
;
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (2)
553
if ((property.
Attributes
& PropertyAttributes.SpecialName) != 0 ||
554
(property.
Attributes
& PropertyAttributes.RTSpecialName) != 0)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
59
protected sealed override PropertyAttributes ComputeAttributes() => PropertyDefinition.
Attributes
;