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