10 references to AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceEventSymbol.cs (3)
245return OneOrMany.Create(this.AttributeDeclarationSyntaxList, implementationPart.AttributeDeclarationSyntaxList); 248return OneOrMany.Create(this.AttributeDeclarationSyntaxList);
Symbols\Source\SourceFieldLikeEventSymbol.cs (2)
306AssociatedEvent.AttributeDeclarationSyntaxList, 307synthesizedImplementationPart.AssociatedEvent.AttributeDeclarationSyntaxList);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (5)
84this.AssociatedEvent.AttributeDeclarationSyntaxList, 85((SourceEventAccessorSymbol)definitionPart).AssociatedEvent.AttributeDeclarationSyntaxList); 91this.AssociatedEvent.AttributeDeclarationSyntaxList, 92((SourceEventAccessorSymbol)implementationPart).AssociatedEvent.AttributeDeclarationSyntaxList); 95return OneOrMany.Create(this.AssociatedEvent.AttributeDeclarationSyntaxList);