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