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