14 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Source\LambdaSymbol.cs (1)
274
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\LocalFunctionSymbol.cs (1)
352
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceConstructorSymbol.cs (1)
202
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
84
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
193
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceDestructorSymbol.cs (1)
146
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
294
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
94
internal abstract override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
();
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
639
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceUserDefinedConversionSymbol.cs (1)
124
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SourceUserDefinedOperatorSymbol.cs (1)
126
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
74
internal override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
56
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
() => OneOrMany.Create(default(SyntaxList<AttributeListSyntax>));
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
76
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)
78
return accessor.
GetAttributeDeclarations
();