4 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceAssemblySymbol.cs (3)
1560
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), ref _lazySourceAttributesBag))
1668
LoadAndValidateAttributes(OneOrMany.Create(
GetAttributeDeclarations
()), ref attributesBag, attributeMatchesOpt: attributeMatches);
1719
OneOrMany.Create(
GetAttributeDeclarations
()), ref attributesBag,
Symbols\Source\SourceModuleSymbol.cs (1)
464
var mergedAttributes = ((SourceAssemblySymbol)this.ContainingAssembly).
GetAttributeDeclarations
();