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