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