1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
587
ImmutableInterlocked.InterlockedInitialize(ref
_lazyCustomAttributes
, attributes);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEFieldSymbol.cs (2)
583
if (RoslynImmutableInterlocked.VolatileRead(in
_lazyCustomAttributes
).IsDefault)
589
return
_lazyCustomAttributes
;