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