1 write to _completion
System.Threading.Channels (1)
System\Threading\Channels\RendezvousChannel.cs (1)
53
_completion
= new TaskCompletionSource(runContinuationsAsynchronously ? TaskCreationOptions.RunContinuationsAsynchronously : TaskCreationOptions.None);
4 references to _completion
System.Threading.Channels (4)
System\Threading\Channels\RendezvousChannel.cs (4)
73
public override Task Completion => _parent.
_completion
.Task;
289
ChannelUtilities.Complete(parent.
_completion
, error);
447
private object SyncObj =>
_completion
;
507
if (
_completion
.Task.IsCompleted)