4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
860return this.GetAttributesBag().Attributes; 874attributesBag = this.GetAttributesBag(); 892attributesBag = this.GetAttributesBag(); 1559var attributesBag = this.GetAttributesBag();