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)
3232Assert.Empty(c.GetAttributes()); 3292Assert.Empty(i.GetAttributes()); 3334Assert.Empty(e.GetAttributes()); 3366Assert.Empty(c.GetAttributes()); 3453Assert.Empty(c1.GetAttributes()); 3459Assert.Empty(c2.GetAttributes()); 3515Assert.Empty(c1.GetAttributes()); 3521Assert.Empty(c2.GetAttributes());