1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
540if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
5 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceModuleSymbol.cs (5)
537if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 547return _lazyCustomAttributesBag; 571var attributesBag = _lazyCustomAttributesBag; 762var attributesBag = _lazyCustomAttributesBag;