4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
859return this.GetAttributesBag().Attributes; 873attributesBag = this.GetAttributesBag(); 891attributesBag = this.GetAttributesBag(); 1543var attributesBag = this.GetAttributesBag();