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. 1080return this.GetAttributesBag().Attributes; 1094attributesBag = this.GetAttributesBag(); 1111attributesBag = this.GetAttributesBag();