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