6 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceAssemblySymbol.cs (4)
1569
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), ref _lazySourceAttributesBag))
1677
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), ref attributesBag, attributeMatchesOpt: attributeMatches);
1728
OneOrMany.Create(
GetAttributeDeclarations
()), ref attributesBag,
2926
if (
GetAttributeDeclarations
().IsEmpty)
Symbols\Source\SourceModuleSymbol.cs (2)
510
var mergedAttributes = ((SourceAssemblySymbol)this.ContainingAssembly).
GetAttributeDeclarations
();
720
var attributesDeclarations = ((SourceAssemblySymbol)ContainingAssembly).
GetAttributeDeclarations
();