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. 215return this.GetAttributesBag().Attributes; 229attributesBag = this.GetAttributesBag(); 247attributesBag = this.GetAttributesBag();