Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
1 override of GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
153public sealed override ImmutableArray<CSharpAttributeData> GetAttributes()
5 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (5)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
155Debug.Assert(base.GetAttributes().IsEmpty);
Symbols\Source\LambdaSymbol.cs (1)
303GetAttributes();
Symbols\Source\LocalFunctionSymbol.cs (1)
125GetAttributes();
Symbols\Source\SourceMemberMethodSymbol.cs (1)
891GetAttributes();
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
457_ = this.GetAttributes();