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