4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
862return this.GetAttributesBag().Attributes; 876attributesBag = this.GetAttributesBag(); 894attributesBag = this.GetAttributesBag(); 1443var attributesBag = this.GetAttributesBag();