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