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