4 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbol.cs (1)
191
public override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\Records\SynthesizedRecordEqualityContractProperty.cs (1)
57
public override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\Records\SynthesizedRecordPropertySymbol.cs (1)
59
public override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\SynthesizedUnionValuePropertySymbol.cs (1)
53
public override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
2 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1366
bagCreatedOnThisThread = LoadAndValidateAttributes(
GetAttributeDeclarations
(), ref _lazyCustomAttributesBag);
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
113
return property.
GetAttributeDeclarations
();