2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1370bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1374bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1352var bag = _lazyCustomAttributesBag; 1383Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1384return _lazyCustomAttributesBag; 1408var attributesBag = _lazyCustomAttributesBag; 1425var attributesBag = _lazyCustomAttributesBag; 1569var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1769Debug.Assert(_lazyCustomAttributesBag != null); 1770Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);