3 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbol.cs (1)
192public override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
55public override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
56public override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
2 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1328bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
113return property.GetAttributeDeclarations();