1 write to _lazyReturnTypeCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
273
return GetAttributesBag(ref
_lazyReturnTypeCustomAttributesBag
, forReturnType: true);
2 references to _lazyReturnTypeCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
233
var attributesBag =
_lazyReturnTypeCustomAttributesBag
;
267
var bag =
_lazyReturnTypeCustomAttributesBag
;