1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
519if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
5 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceModuleSymbol.cs (5)
516if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 526return _lazyCustomAttributesBag; 550var attributesBag = _lazyCustomAttributesBag; 721var attributesBag = _lazyCustomAttributesBag;