2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1334bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1338bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1316var bag = _lazyCustomAttributesBag; 1347Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1348return _lazyCustomAttributesBag; 1372var attributesBag = _lazyCustomAttributesBag; 1401var attributesBag = _lazyCustomAttributesBag; 1546var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1750Debug.Assert(_lazyCustomAttributesBag != null); 1751Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);