13 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Source\LambdaSymbol.cs (1)
273internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\LocalFunctionSymbol.cs (1)
346internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceConstructorSymbol.cs (1)
181internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
80internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
192internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceDestructorSymbol.cs (1)
145internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
93internal abstract override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations();
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
632internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceUserDefinedConversionSymbol.cs (1)
122internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceUserDefinedOperatorSymbol.cs (1)
122internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
73internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
54internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations() => OneOrMany.Create(default(SyntaxList<AttributeListSyntax>));
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
68internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
4 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
187return GetAttributeDeclarations(); 292: (GetAttributeDeclarations(), AttributeLocationForLoadAndValidateAttributes); 404return BindAttributes(GetAttributeDeclarations(), OuterBinder);
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (1)
77return accessor.GetAttributeDeclarations();