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