1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
849if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
843var bag = _lazyCustomAttributesBag; 855Debug.Assert(_lazyCustomAttributesBag.IsSealed); 856return _lazyCustomAttributesBag; 876var attributesBag = _lazyCustomAttributesBag; 894var attributesBag = _lazyCustomAttributesBag; 1076var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1273if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1615Debug.Assert(_lazyCustomAttributesBag != null); 1616Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);