1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
465if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
4 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceModuleSymbol.cs (4)
462if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 472return _lazyCustomAttributesBag; 496var attributesBag = _lazyCustomAttributesBag;