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