1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
651
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCustomAttributes
, loadedCustomAttributes);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (2)
641
if (
_lazyCustomAttributes
.IsDefault)
654
return
_lazyCustomAttributes
;