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