Base:
method
GetAttributes
Microsoft.CodeAnalysis.CSharp.Symbol.GetAttributes()
8 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
728
return
GetAttributes
();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
Emit\NoPiaEmbedTypes.cs (6)
1186
var attributes = itest1.
GetAttributes
();
1212
attributes = test2.
GetAttributes
();
1272
attributes = test9.
GetAttributes
();
1345
attributes = test11.
GetAttributes
();
2205
var attributes = interface1_Event.
GetAttributes
();
2215
attributes = interfaceEvents.
GetAttributes
();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_IsByRefLike.cs (1)
1043
Assert.Empty(peType.
GetAttributes
());