1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
593
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCustomAttributes
, attributes);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEFieldSymbol.cs (2)
582
if (
_lazyCustomAttributes
.IsDefault)
596
return
_lazyCustomAttributes
;