4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbolBase.cs (4)
1076
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
1080
return this.
GetAttributesBag
().Attributes;
1094
attributesBag = this.
GetAttributesBag
();
1111
attributesBag = this.
GetAttributesBag
();