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