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