1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
853if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
847var bag = _lazyCustomAttributesBag; 859Debug.Assert(_lazyCustomAttributesBag.IsSealed); 860return _lazyCustomAttributesBag; 880var attributesBag = _lazyCustomAttributesBag; 898var attributesBag = _lazyCustomAttributesBag; 1095var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1292if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1650Debug.Assert(_lazyCustomAttributesBag != null); 1651Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);