1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1060if (LoadAndValidateAttributes(OneOrMany.Create(AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1051var bag = _lazyCustomAttributesBag; 1066Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1067return _lazyCustomAttributesBag; 1091var attributesBag = _lazyCustomAttributesBag; 1108var attributesBag = _lazyCustomAttributesBag; 1226var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1399Debug.Assert(_lazyCustomAttributesBag != null); 1400Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);