2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1318bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1322bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1300var bag = _lazyCustomAttributesBag; 1331Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1332return _lazyCustomAttributesBag; 1356var attributesBag = _lazyCustomAttributesBag; 1373var attributesBag = _lazyCustomAttributesBag; 1507var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1705Debug.Assert(_lazyCustomAttributesBag != null); 1706Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);