1 write to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEEventSymbol.cs (1)
365
containingPEModuleSymbol.LoadCustomAttributes(_handle, ref
_lazyCustomAttributes
);
2 references to _lazyCustomAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEEventSymbol.cs (2)
362
if (
_lazyCustomAttributes
.IsDefault)
367
return
_lazyCustomAttributes
;