4 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
196
return OneOrMany.Create(((SourceNamedTypeSymbol)ContainingSymbol).
GetAttributeDeclarations
());
Symbols\Source\SourceNamedTypeSymbol.cs (2)
843
if (LoadAndValidateAttributes(OneOrMany.Create(this.
GetAttributeDeclarations
()), ref _lazyCustomAttributesBag))
1266
ImmutableArray<SyntaxList<AttributeListSyntax>> attributeLists =
GetAttributeDeclarations
(QuickAttributes.TypeIdentifier);
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
75
return new OneOrMany<SyntaxList<AttributeListSyntax>>(((SourceNamedTypeSymbol)ContainingType).
GetAttributeDeclarations
());