4 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
865return this.GetAttributesBag().Attributes; 879attributesBag = this.GetAttributesBag(); 897attributesBag = this.GetAttributesBag(); 1590var attributesBag = this.GetAttributesBag();