1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
848if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
842var bag = _lazyCustomAttributesBag; 854Debug.Assert(_lazyCustomAttributesBag.IsSealed); 855return _lazyCustomAttributesBag; 875var attributesBag = _lazyCustomAttributesBag; 893var attributesBag = _lazyCustomAttributesBag; 1075var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1267if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1588Debug.Assert(_lazyCustomAttributesBag != null); 1589Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);