Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
1 override of GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
165
public sealed override ImmutableArray<CSharpAttributeData>
GetAttributes
()
6 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (6)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
567
if (!lambda.
GetAttributes
().IsEmpty || !lambda.GetReturnTypeAttributes().IsEmpty)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
167
Debug.Assert(base.
GetAttributes
().IsEmpty);
Symbols\Source\LambdaSymbol.cs (1)
287
GetAttributes
();
Symbols\Source\LocalFunctionSymbol.cs (1)
123
GetAttributes
();
Symbols\Source\SourceMemberMethodSymbol.cs (1)
875
GetAttributes
();
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
458
_ = this.
GetAttributes
();