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