1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
844if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
838var bag = _lazyCustomAttributesBag; 850Debug.Assert(_lazyCustomAttributesBag.IsSealed); 851return _lazyCustomAttributesBag; 871var attributesBag = _lazyCustomAttributesBag; 889var attributesBag = _lazyCustomAttributesBag; 1071var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1263if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1584Debug.Assert(_lazyCustomAttributesBag != null); 1585Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);