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