3 overrides of AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbol.cs (1)
158public override SyntaxList<AttributeListSyntax> AttributeDeclarationSyntaxList
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
50public override SyntaxList<AttributeListSyntax> AttributeDeclarationSyntaxList
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
48public override SyntaxList<AttributeListSyntax> AttributeDeclarationSyntaxList
2 references to AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1060if (LoadAndValidateAttributes(OneOrMany.Create(AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
104=> _property.AttributeDeclarationSyntaxList;