2 writes to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
378ImmutableInterlocked.InterlockedInitialize(ref _lazyCustomAttributes, attributes); 382containingPEModuleSymbol.LoadCustomAttributes(_handle, ref _lazyCustomAttributes);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
365if (_lazyCustomAttributes.IsDefault) 385return _lazyCustomAttributes;