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