4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (4)
203
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
207
return this.
GetAttributesBag
().Attributes;
221
attributesBag = this.
GetAttributesBag
();
239
attributesBag = this.
GetAttributesBag
();