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