Base:
method
GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMethodSymbol.GetAttributeDeclarations()
2 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
399
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
()
Symbols\Source\SynthesizedSourceOrdinaryMethodSymbol.cs (1)
67
internal sealed override OneOrMany<SyntaxList<AttributeListSyntax>>
GetAttributeDeclarations
() => OneOrMany.Create(default(SyntaxList<AttributeListSyntax>));