3 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (3)
165
/// If you want to override attribute binding logic for a sub-class, then override <see cref="
GetAttributesBag
"/> method.
169
return this.
GetAttributesBag
().Attributes;
195
CustomAttributesBag<CSharpAttributeData> attributesBag = typeParameter.
GetAttributesBag
();