2 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
798
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), _lazySourceAttributesBag)
Symbols\Source\SourceModuleSymbol.vb (1)
240
Dim mergedAttributes = DirectCast(Me.ContainingAssembly, SourceAssemblySymbol).
GetAttributeDeclarations
()