10 references to AttributeDeclarationSyntaxList
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceEventSymbol.cs (3)
244return OneOrMany.Create(this.AttributeDeclarationSyntaxList, implementationPart.AttributeDeclarationSyntaxList); 247return OneOrMany.Create(this.AttributeDeclarationSyntaxList);
Symbols\Source\SourceFieldLikeEventSymbol.cs (2)
305AssociatedEvent.AttributeDeclarationSyntaxList, 306synthesizedImplementationPart.AssociatedEvent.AttributeDeclarationSyntaxList);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (5)
83this.AssociatedEvent.AttributeDeclarationSyntaxList, 84((SourceEventAccessorSymbol)definitionPart).AssociatedEvent.AttributeDeclarationSyntaxList); 90this.AssociatedEvent.AttributeDeclarationSyntaxList, 91((SourceEventAccessorSymbol)implementationPart).AssociatedEvent.AttributeDeclarationSyntaxList); 94return OneOrMany.Create(this.AssociatedEvent.AttributeDeclarationSyntaxList);