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