4 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceAssemblySymbol.vb (2)
813
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), _lazySourceAttributesBag)
1837
If
GetAttributeDeclarations
().IsEmpty Then
Symbols\Source\SourceModuleSymbol.vb (2)
242
Dim mergedAttributes = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).
GetAttributeDeclarations
()
1206
Dim mergedAttributes = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).
GetAttributeDeclarations
()