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