5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (5)
192attributesBag = this.GetAttributesBag(); 209attributesBag = this.GetAttributesBag(); 276var attributesBag = forReturnType ? copyFrom.GetReturnTypeAttributesBag() : copyFrom.GetAttributesBag(); 310return this.GetAttributesBag().Attributes; 1262var attributesBag = this.GetAttributesBag();