1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
847if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
841var bag = _lazyCustomAttributesBag; 853Debug.Assert(_lazyCustomAttributesBag.IsSealed); 854return _lazyCustomAttributesBag; 874var attributesBag = _lazyCustomAttributesBag; 892var attributesBag = _lazyCustomAttributesBag; 1074var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1266if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1587Debug.Assert(_lazyCustomAttributesBag != null); 1588Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);