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