7 references to GetAttributes
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (7)
SymbolsTests\Metadata\PE\LoadingAttributes.vb (5)
790
attrSym = igoo.
GetAttributes
(ctor).First
797
attrSym = igoo.
GetAttributes
(msym).First
1156
Dim attrs = foo.
GetAttributes
(DirectCast(mctors(4), MethodSymbol))
1214
attrs = mtd.
GetAttributes
(DirectCast(mctors(2), MethodSymbol))
1222
attrs = mtd.
GetAttributes
(DirectCast(mctors(3), MethodSymbol))
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (2)
118
TestAttributeRetargeting(symbol.
GetAttributes
(NewMsCorLib_debuggerTypeProxyAttributeCtor))
121
Assert.Empty(symbol.
GetAttributes
(OldMsCorLib_debuggerTypeProxyAttributeCtor))