5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourcePropertySymbolBase.cs (5)
1333
var attributesBag = copyFrom.
GetAttributesBag
();
1357
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
1361
return this.
GetAttributesBag
().Attributes;
1375
attributesBag = this.
GetAttributesBag
();
1404
attributesBag = this.
GetAttributesBag
();