2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
1299bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null; 1303bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1281var bag = _lazyCustomAttributesBag; 1312Debug.Assert(_lazyCustomAttributesBag.IsSealed); 1313return _lazyCustomAttributesBag; 1337var attributesBag = _lazyCustomAttributesBag; 1354var attributesBag = _lazyCustomAttributesBag; 1488var lazyCustomAttributesBag = _lazyCustomAttributesBag; 1681Debug.Assert(_lazyCustomAttributesBag != null); 1682Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);