1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
843if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
837var bag = _lazyCustomAttributesBag; 849Debug.Assert(_lazyCustomAttributesBag.IsSealed); 850return _lazyCustomAttributesBag; 870var attributesBag = _lazyCustomAttributesBag; 888var attributesBag = _lazyCustomAttributesBag; 1070var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1258if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1568Debug.Assert(_lazyCustomAttributesBag != null); 1569Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);