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