Base:
method
GetAttributes
Microsoft.CodeAnalysis.VisualBasic.Symbol.GetAttributes()
12 references to GetAttributes
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
437For Each attribute In GetAttributes()
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (9)
Emit\CompilationEmitTests.vb (1)
977Assert.NotNull(itest1.GetAttributes().Where(Function(a) a.IsTargetAttribute("System.Runtime.InteropServices", "TypeIdentifierAttribute")).Single())
Emit\NoPiaEmbedTypes.vb (8)
1012Dim attributes = itest1.GetAttributes() 1038attributes = test2.GetAttributes() 1098attributes = test9.GetAttributes() 1172attributes = test11.GetAttributes() 2001Dim attributes = type.GetAttributes() 2008attributes = type.GetAttributes() 2116Dim attributes = type.GetAttributes() 2123attributes = type.GetAttributes()
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (2)
SymbolsTests\Source\ComClassTests.vb (2)
44If type.GetAttributes().Length > 0 Then 45result.Add(ReflectAttributes(type.GetAttributes()))