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