Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
9 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1292GetAttributes();
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\PrimaryConstructorTests.cs (8)
3222Assert.Empty(c.GetAttributes()); 3282Assert.Empty(i.GetAttributes()); 3324Assert.Empty(e.GetAttributes()); 3356Assert.Empty(c.GetAttributes()); 3443Assert.Empty(c1.GetAttributes()); 3449Assert.Empty(c2.GetAttributes()); 3505Assert.Empty(c1.GetAttributes()); 3511Assert.Empty(c2.GetAttributes());