5 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\GlobalExpressionVariable.cs (1)
60
protected override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
() => OneOrMany<SyntaxList<AttributeListSyntax>>.Empty;
Symbols\Source\SourceEnumConstantSymbol.cs (1)
90
protected override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceMemberFieldSymbol.cs (1)
422
protected override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
39
protected override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
107
protected override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
1 reference to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
90
if (LoadAndValidateAttributes(this.
GetAttributeDeclarations
(), ref _lazyCustomAttributesBag))