Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
4 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
772
return
GetAttributes
();
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_RefReadOnly.cs (2)
1305
Assert.Empty(property.
GetAttributes
());
1342
Assert.Empty(property.
GetAttributes
());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\IndexerTests.cs (1)
2139
Assert.Empty(peIndexer.
GetAttributes
());