1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
520
if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref
_lazyCustomAttributesBag
))
5 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceModuleSymbol.cs (5)
517
if (
_lazyCustomAttributesBag
== null || !
_lazyCustomAttributesBag
.IsSealed)
527
return
_lazyCustomAttributesBag
;
551
var attributesBag =
_lazyCustomAttributesBag
;
722
var attributesBag =
_lazyCustomAttributesBag
;