5 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (5)
200attributesBag = this.GetAttributesBag(); 217attributesBag = this.GetAttributesBag(); 284var attributesBag = forReturnType ? copyFrom.GetReturnTypeAttributesBag() : copyFrom.GetAttributesBag(); 318return this.GetAttributesBag().Attributes; 1705var attributesBag = this.GetAttributesBag();