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