3 references to GetAttributesBag
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourcePropertySymbol.vb (3)
515''' If you want to override attribute binding logic for a sub-class, then override <see cref="GetAttributesBag"/> method. 518Return Me.GetAttributesBag().Attributes 524attributesBag = Me.GetAttributesBag()