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