2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1335bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1339bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1317var bag = _lazyCustomAttributesBag; 1348Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1349return _lazyCustomAttributesBag; 1373var attributesBag = _lazyCustomAttributesBag; 1390var attributesBag = _lazyCustomAttributesBag; 1534var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1737Debug.Assert(_lazyCustomAttributesBag != null); 1738Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);