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