4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
869return this.GetAttributesBag().Attributes; 883attributesBag = this.GetAttributesBag(); 901attributesBag = this.GetAttributesBag(); 1625var attributesBag = this.GetAttributesBag();