2 references to GetAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
255
return
GetAttributesBag
(ref _lazyCustomAttributesBag, forReturnType: false);
272
return
GetAttributesBag
(ref _lazyReturnTypeCustomAttributesBag, forReturnType: true);