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