2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1362bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1366bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1344var bag = _lazyCustomAttributesBag; 1375Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1376return _lazyCustomAttributesBag; 1400var attributesBag = _lazyCustomAttributesBag; 1417var attributesBag = _lazyCustomAttributesBag; 1561var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1761Debug.Assert(_lazyCustomAttributesBag != null); 1762Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);