5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (5)
219
bag = definitionPart.
GetAttributesBag
();
258
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
262
return this.
GetAttributesBag
().Attributes;
276
attributesBag = this.
GetAttributesBag
();
294
attributesBag = this.
GetAttributesBag
();