2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1324bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1328bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1306var bag = _lazyCustomAttributesBag; 1337Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1338return _lazyCustomAttributesBag; 1362var attributesBag = _lazyCustomAttributesBag; 1379var attributesBag = _lazyCustomAttributesBag; 1513var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1711Debug.Assert(_lazyCustomAttributesBag != null); 1712Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);