2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceTypeParameterSymbol.cs (2)
187ref _lazyCustomAttributesBag, 195lazyAttributesStored = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null;
3 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (3)
178if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 204return _lazyCustomAttributesBag;