3 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
206
return OneOrMany.Create(((SourceNamedTypeSymbol)ContainingSymbol).
GetAttributeDeclarations
());
Symbols\Source\SourceNamedTypeSymbol.cs (2)
846
if (LoadAndValidateAttributes(OneOrMany.Create(this.
GetAttributeDeclarations
()), ref _lazyCustomAttributesBag))
1187
ImmutableArray<SyntaxList<AttributeListSyntax>> attributeLists =
GetAttributeDeclarations
(QuickAttributes.TypeIdentifier);