1 write to _registration
System.Threading.Channels (1)
System\Threading\Channels\AsyncOperation.cs (1)
92
_registration
= UnsafeRegister(cancellationToken, static s =>
2 references to _registration
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
313
_registration
.Dispose(); // Dispose rather than Unregister is important to know work has quiesced
317
Debug.Assert(
_registration
== default);