1 write to _lazyEvents
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
261
ImmutableInterlocked.InterlockedInitialize(ref
_lazyEvents
, builder.ToImmutableAndFree());
2 references to _lazyEvents
Microsoft.CodeAnalysis (2)
Emit\NoPia\CommonEmbeddedType.cs (2)
245
if (
_lazyEvents
.IsDefault)
264
return
_lazyEvents
;