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