2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1326bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1330bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1308var bag = _lazyCustomAttributesBag; 1339Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1340return _lazyCustomAttributesBag; 1364var attributesBag = _lazyCustomAttributesBag; 1381var attributesBag = _lazyCustomAttributesBag; 1520var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1719Debug.Assert(_lazyCustomAttributesBag != null); 1720Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);