5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (5)
217bag = definitionPart.GetAttributesBag(); 256/// If you want to override attribute binding logic for a sub-class, then override <see cref="GetAttributesBag"/> method. 260return this.GetAttributesBag().Attributes; 274attributesBag = this.GetAttributesBag(); 292attributesBag = this.GetAttributesBag();