1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
846if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
840var bag = _lazyCustomAttributesBag; 852Debug.Assert(_lazyCustomAttributesBag.IsSealed); 853return _lazyCustomAttributesBag; 873var attributesBag = _lazyCustomAttributesBag; 891var attributesBag = _lazyCustomAttributesBag; 1035var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1179if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1468Debug.Assert(_lazyCustomAttributesBag != null); 1469Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);