80 references to GetAttribute
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (29)
Attributes\AttributeTests_WellKnownAttributes.vb (29)
95attrSym = igoo.GetAttribute(ciSym) 101attrSym = igoo.GetAttribute(guidSym) 110attrSym = igoo.GetAttribute(tLibSym) 113attrSym = igoo.GetAttribute(tLTypeSym) 116attrSym = igoo.GetAttribute(bfmSym) 210Dim attrSym = type1.GetAttribute(comvSym) 213attrSym = type1.GetAttribute(ufPtrSym) 231attrSym = type2.GetAttribute(comdSym) 234attrSym = type2.GetAttribute(pgidSym) 239attrSym = method.GetAttribute(dispSym) 241attrSym = method.GetAttribute(lcidSym) 243attrSym = method.GetAttribute(comcSym) 252attrSym = type3.GetAttribute(comvSym) 255attrSym = type3.GetAttribute(tidSym) 354Dim attrSym = type1.GetAttribute(ciptSym) 364attrSym = parm.GetAttribute(defvSym) 366attrSym = parm.GetAttribute(optSym) 372attrSym = parm.GetAttribute(defvSym) 374attrSym = parm.GetAttribute(inSym) 376attrSym = parm.GetAttribute(outSym) 382attrSym = parm.GetAttribute(defvSym) 384attrSym = parm.GetAttribute(optSym) 386attrSym = parm.GetAttribute(outSym) 406attrSym = parm.GetAttribute(iscSym) 413attrSym = type2.GetAttribute(serSym) 416attrSym = type2.GetAttribute(laySym) 425attrSym = field.GetAttribute(nosSym) 427attrSym = field.GetAttribute(mshSym) 429attrSym = field.GetAttribute(offSym)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (51)
SymbolsTests\AnonymousTypes\AnonymousTypesEmittedSymbolsTests.vb (1)
302Dim attr = type.GetAttribute(
SymbolsTests\Metadata\PE\LoadingAttributes.vb (50)
100Dim aBoolInst = assembly0.GetAttribute(aBoolClass) 103Dim aByteInst = assembly0.GetAttribute(aByteClass) 106Dim aCharInst = assembly0.GetAttribute(aCharClass) 109Dim aSingleInst = assembly0.GetAttribute(aSingleClass) 112Dim aDoubleInst = assembly0.GetAttribute(aDoubleClass) 115Dim aInt16Inst = assembly0.GetAttribute(aInt16Class) 118Dim aInt32Inst = assembly0.GetAttribute(aInt32Class) 121Dim aInt64Inst = assembly0.GetAttribute(aInt64Class) 124Dim aObjectInst = assembly0.GetAttribute(aObjectClass) 127Dim aStringInst = assembly0.GetAttribute(aStringClass) 130Dim aTypeInst = assembly0.GetAttribute(aTypeClass) 172Dim aBoolInst = module0.GetAttribute(aBoolClass) 175Dim aByteInst = module0.GetAttribute(aByteClass) 178Dim aCharInst = module0.GetAttribute(aCharClass) 181Dim aSingleInst = module0.GetAttribute(aSingleClass) 184Dim aDoubleInst = module0.GetAttribute(aDoubleClass) 187Dim aInt16Inst = module0.GetAttribute(aInt16Class) 190Dim aInt32Inst = module0.GetAttribute(aInt32Class) 193Dim aInt64Inst = module0.GetAttribute(aInt64Class) 196Dim aObjectInst = module0.GetAttribute(aObjectClass) 199Dim aStringInst = module0.GetAttribute(aStringClass) 202Dim aTypeInst = module0.GetAttribute(aTypeClass) 313Dim a = c3.GetAttribute(aBoolClass) 318a = c3.GetAttribute(aByteClass) 323a = c3.GetAttribute(aCharClass) 328a = c3.GetAttribute(aEnumClass) 333a = c3.GetAttribute(aSingleClass) 338a = c3.GetAttribute(aDoubleClass) 343a = c3.GetAttribute(aInt16Class) 348a = c3.GetAttribute(aInt32Class) 353a = c3.GetAttribute(aInt64Class) 358a = c3.GetAttribute(aTypeClass) 392Dim a = c4.GetAttribute(aInt32Class) 396a = c4.GetAttribute(aEnumClass) 400a = c4.GetAttribute(aStringClass) 404a = c4.GetAttribute(aObjectClass) 410a = c4.GetAttribute(aTypeClass) 782Dim attrSym = igoo.GetAttribute(attrObj) 838Dim attrSym = dfoo.GetAttribute(attrObj) 842attrSym = dfoo.GetAttribute(attrObj) 948Dim attrSym = ibar.GetAttribute(attrObj) 953attrSym = ibar.GetAttribute(attrObj) 1019Dim attrSym = assemblies(0).GetAttribute(attrObj1) 1076attrSym = tp.GetAttribute(attrObj1) 1097attrSym = mtd.Parameters(0).GetAttribute(attrObj2) 1209Dim attrSym = tp.GetAttribute(attrObj1) 1261Dim attr1 = assemblies(0).GetAttribute(asmFileAttr) 1265attr1 = assemblies(0).GetAttribute(asmInfoAttr) 1291Dim attr1 = exprNS.GetTypeMembers("BinaryExpression").First().GetAttribute(dbgProxyAttr) 1296attr1 = exprNS.GetTypeMembers("TypeBinaryExpression").First().GetAttribute(dbgProxyAttr)