6 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceAssemblySymbol.cs (4)
1570LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref _lazySourceAttributesBag)) 1678LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, attributeMatchesOpt: attributeMatches); 1729OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, 2927if (GetAttributeDeclarations().IsEmpty)
Symbols\Source\SourceModuleSymbol.cs (2)
518var mergedAttributes = ((SourceAssemblySymbol)this.ContainingAssembly).GetAttributeDeclarations(); 728var attributesDeclarations = ((SourceAssemblySymbol)ContainingAssembly).GetAttributeDeclarations();