2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1292bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1296bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1274var bag = _lazyCustomAttributesBag; 1305Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1306return _lazyCustomAttributesBag; 1330var attributesBag = _lazyCustomAttributesBag; 1347var attributesBag = _lazyCustomAttributesBag; 1481var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1679Debug.Assert(_lazyCustomAttributesBag != null); 1680Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);