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