6 references to Attributes
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3530flags = property.Attributes;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
4765var flags = metadataReader.GetPropertyDefinition(propertyDef).Attributes;
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (2)
553if ((property.Attributes & PropertyAttributes.SpecialName) != 0 || 554(property.Attributes & PropertyAttributes.RTSpecialName) != 0)
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
101return (name: readers.GetString(def.Name), attributes: def.Attributes);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
59protected sealed override PropertyAttributes ComputeAttributes() => PropertyDefinition.Attributes;