2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1352bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1356bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1334var bag = _lazyCustomAttributesBag; 1365Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1366return _lazyCustomAttributesBag; 1390var attributesBag = _lazyCustomAttributesBag; 1407var attributesBag = _lazyCustomAttributesBag; 1551var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1751Debug.Assert(_lazyCustomAttributesBag != null); 1752Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);