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