12 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\LambdaSymbol.cs (1)
270internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\LocalFunctionSymbol.cs (1)
312internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceConstructorSymbol.cs (1)
161internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
80internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
202internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceDestructorSymbol.cs (1)
153internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
199internal abstract override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations();
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
633internal 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\SynthesizedRecordEqualityOperatorBase.cs (1)
54internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations() => OneOrMany.Create(default(SyntaxList<AttributeListSyntax>));
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
61internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
5 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
178return GetAttributeDeclarations(); 283: (GetAttributeDeclarations(), AttributeLocation.None); 373return BindAttributes(GetAttributeDeclarations(), OuterBinder);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
644return base.GetAttributeDeclarations();
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (1)
73return accessor.GetAttributeDeclarations();