2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceTypeParameterSymbol.cs (2)
189ref _lazyCustomAttributesBag, 197lazyAttributesStored = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null;
3 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (3)
180if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 206return _lazyCustomAttributesBag;