2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceTypeParameterSymbol.cs (2)
188ref _lazyCustomAttributesBag, 196lazyAttributesStored = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, attributesBag, null) == null;
3 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceTypeParameterSymbol.cs (3)
179if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) 205return _lazyCustomAttributesBag;