Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
1 override of GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
149
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
5 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
151
Debug.Assert(base.
GetAttributes
().IsEmpty);
Symbols\Source\LambdaSymbol.cs (1)
287
GetAttributes
();
Symbols\Source\LocalFunctionSymbol.cs (1)
124
GetAttributes
();
Symbols\Source\SourceMemberMethodSymbol.cs (1)
903
GetAttributes
();
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
458
_ = this.
GetAttributes
();