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