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