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