1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
649
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCustomAttributes
, attributes);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (2)
638
if (
_lazyCustomAttributes
.IsDefault)
652
return
_lazyCustomAttributes
;