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. 207return this.GetAttributesBag().Attributes; 221attributesBag = this.GetAttributesBag(); 239attributesBag = this.GetAttributesBag();