3 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceModuleSymbol.cs (3)
556
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
560
return this.
GetAttributesBag
().Attributes;
574
attributesBag = this.
GetAttributesBag
();