2 references to AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (1)
194LoadAndValidateAttributes(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
70return OneOrMany.Create(this.AssociatedEvent.AttributeDeclarationSyntaxList);