5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (5)
201attributesBag = this.GetAttributesBag(); 218attributesBag = this.GetAttributesBag(); 285var attributesBag = forReturnType ? copyFrom.GetReturnTypeAttributesBag() : copyFrom.GetAttributesBag(); 319return this.GetAttributesBag().Attributes; 1701var attributesBag = this.GetAttributesBag();