4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
864return this.GetAttributesBag().Attributes; 878attributesBag = this.GetAttributesBag(); 896attributesBag = this.GetAttributesBag(); 1569var attributesBag = this.GetAttributesBag();